mirror of https://github.com/nodejs/node.git
d2479fa020
Property enumerator methods like `Object.getOwnPropertyNames`, `Object.getOwnPropertySymbols`, and `Object.keys` all invokes the named property enumerator interceptor. V8 will filter the result based on the invoked enumerator variant. Fix the enumerator interceptor to return all potential properties. PR-URL: https://github.com/nodejs/node/pull/54522 Refs: https://github.com/jsdom/jsdom/issues/3688 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> |
||
---|---|---|
.. | ||
known_issues.status | ||
test-cli-print-var-crypto.js | ||
test-cwd-enoent-file.js | ||
test-dgram-bind-shared-ports-after-port-0.js | ||
test-fs-writeFileSync-invalid-windows.js | ||
test-http-clientrequest-end-contentlength.js | ||
test-http-clientrequest-end-empty-response-body.js | ||
test-http-clientrequest-write-chunked.js | ||
test-http-path-contains-unicode.js | ||
test-inspector-cluster-port-clash.js | ||
test-inspector-instrumentation-breakpoint.js | ||
test-repl-require-context.js | ||
test-stdin-is-always-net.socket.js | ||
test-stream-writable-sync-error.js | ||
test-url-parse-conformance.js | ||
test-vm-function-declaration-uses-define.js | ||
test-vm-timeout-escape-nexttick.js | ||
test-vm-timeout-escape-queuemicrotask.js | ||
testcfg.py |