-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reflect.has
triggers getters on global object contextified by vm
#52737
Labels
vm
Issues and PRs related to the vm subsystem.
Comments
lachrist
pushed a commit
to lachrist/aran
that referenced
this issue
Apr 28, 2024
lachrist
pushed a commit
to lachrist/aran
that referenced
this issue
Apr 28, 2024
I'm not able to reproduce on the latest |
Can confirm this repros on v20.12.2 but not on v22.0, I recall a fix (by @fhinkel ?) for something in that space a few months ago. |
Same here, this issue does not show on my setup on 22.0.0. I wrongly assumed it would have because of #52720 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
v20.12.2
Platform
Darwin Laurents-MacBook-Air.local 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15 21:59:33 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T8112 arm64
Subsystem
vm
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
All the time.
What is the expected behavior? Why is that the expected behavior?
Reflect.has
should never trigger getter.What do you see instead?
Reflect.has
triggers getters for contextified global object. This is somehow similar to #52720 in that it makes contextified global objects break some invariants of the language.In case anyone is wondering, I use
vm
to avoid having to spawn a new node process for each test cases of the test262 suite. These invariant breakages make some of them fail.Maybe
vm
's contextified object are meant to be "magical" and I should stop reporting these issues. But then I feel this information would be a worthwhile addition to the doc.Additional information
No response
The text was updated successfully, but these errors were encountered: