-
-
Notifications
You must be signed in to change notification settings - Fork 402
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 Symbol.prototype[ @@toPrimitive ]
#1634
Conversation
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! Looks good to me! Let's wait for the CI pipeline :)
Oops I forgot to re run rustfmt I'll do this in a minute. I feel bad for wasting CI time for this 😭. |
The tests in built-ins/Symbol/prototype/Symbol.toPrimitive/ all pass except these in removed-symbol-wrapper-ordinary-toprimitive.js. I don't think it is a problem with what I implemented but rather with the |
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!
Probably, we'll have to investigate what causes this. |
This Pull Request fixes/closes #1233 .
It adds
Symbol.prototype[ @@toPrimitive ]