-
-
Notifications
You must be signed in to change notification settings - Fork 400
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
Implement Math[ @@toStringTag ]
#1225
Conversation
Test262 conformance changes:
|
Benchmark for 5c1b005Click to view benchmark
|
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.
Looks good to me :)
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.
Code looks fine, but the added panic is surprising.
Yes this is strange. I have seen added panics on PRs that don't touch the rust code, like npm package dependabot updates |
* Implement Map.prototype[ @@toStringTag ] This Implements Map.prototype[ @@toStringTag ] This is the same as #1225 * Update boa/src/builtins/map/mod.rs Co-authored-by: Iban Eguia <razican@protonmail.ch> Co-authored-by: Iban Eguia <razican@protonmail.ch>
* Implement Map.prototype[ @@toStringTag ] This Implements Map.prototype[ @@toStringTag ] This is the same as #1225 * Update boa/src/builtins/map/mod.rs Co-authored-by: Iban Eguia <razican@protonmail.ch> Co-authored-by: Iban Eguia <razican@protonmail.ch>
It changes the following:
Math[ @@toStringTag ]