Cannot redefine property
when accessing properties of freezed global
#46788
Labels
confirmed-bug
Issues with confirmed bugs.
Version
19.3.0
Platform
Darwin * 21.6.0 Darwin Kernel Version 21.6.0: Sat Jun 18 17:07:22 PDT 2022; root:xnu-8020.140.41~1/RELEASE_ARM64_T6000 arm64
Subsystem
No response
What steps will reproduce the bug?
Run
node
and enterObject.freeze(global);console.log(AbortController)
or
Object.freeze(global);console.log(MessageChannel)
How often does it reproduce? Is there a required condition?
since v19.3
What is the expected behavior?
No error, just like for v19.2
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: