Object.getOwnPropertySymbols
not returning all symbols when using vm
#47717
Labels
vm
Issues and PRs related to the vm subsystem.
Version
18.16.0
Platform
Linux codespaces-261118 5.4.0-1105-azure #111~18.04.1-Ubuntu SMP Fri Mar 3 22:47:43 UTC 2023 x86_64 GNU/Linux
Subsystem
No response
What steps will reproduce the bug?
Here is a repro:
Related to jestjs/jest#13338
How often does it reproduce? Is there a required condition?
Always.
What is the expected behavior? Why is that the expected behavior?
Both asserts should pass. As they used to in v16.
What do you see instead?
One of the assert is still failing with the last releases of node 18 and 19. The other one has been fixed.
Additional information
A PR fixing the issue has already been opened: #47572
The text was updated successfully, but these errors were encountered: