-
-
Notifications
You must be signed in to change notification settings - Fork 35.7k
vm: regression for "in" operator on global between 22.4.1 and 22.5.0; breaks jsdom #54436
Copy link
Copy link
Closed
Closed
Copy link
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.v22.xIssues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.vmIssues and PRs related to the vm subsystem.Issues and PRs related to the vm subsystem.
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.v22.xIssues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.vmIssues and PRs related to the vm subsystem.Issues and PRs related to the vm subsystem.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Version
v22.5.0
Platform
Subsystem
vm
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Every time
What is the expected behavior? Why is that the expected behavior?
Outputs true. (That occurs on v22.4.1.)
What do you see instead?
Outputs false
Additional information
No response