We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce1f5e commit b203be7Copy full SHA for b203be7
tests/lib/util/well-known-properties.js
@@ -681,8 +681,6 @@ function* getAllProperties(object) {
681
continue
682
}
683
if (
684
- // https://github.com/tc39/proposal-atomics-microwait
685
- (key === "pause" && object === Atomics) ||
686
// https://github.com/tc39/proposal-error-capturestacktrace
687
(key === "captureStackTrace" && object === Error) ||
688
// https://github.com/tc39/proposal-json-parse-with-source
0 commit comments