-
-
Notifications
You must be signed in to change notification settings - Fork 411
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
[Merged by Bors] - Implement missing global object internal methods #2287
Conversation
Test262 conformance changesVM implementation
Fixed tests (75):
|
Codecov Report
@@ Coverage Diff @@
## main #2287 +/- ##
==========================================
- Coverage 41.40% 41.31% -0.09%
==========================================
Files 237 237
Lines 22218 22266 +48
==========================================
+ Hits 9199 9200 +1
- Misses 13019 13066 +47
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fixes!
bors r+ |
This Pull Request fixes/closes #1987. It changes the following: - Add a prototype to the global object. - Implement `__get_prototype_of__`, `__set_prototype_of__`, `__get_own_property__`, and `__own_property_keys__` for the global object
Pull request successfully merged into main. Build succeeded: |
This Pull Request fixes/closes #1987.
It changes the following:
__get_prototype_of__
,__set_prototype_of__
,__get_own_property__
, and__own_property_keys__
for the global object