-
-
Notifications
You must be signed in to change notification settings - Fork 408
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 support of Symbol.toPrimitive #1020
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1020 +/- ##
==========================================
+ Coverage 60.10% 60.12% +0.01%
==========================================
Files 167 167
Lines 11142 11152 +10
==========================================
+ Hits 6697 6705 +8
- Misses 4445 4447 +2
Continue to review full report at Codecov.
|
The conformance improvement looks nice :) Test262 conformance changes:
|
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!
Co-authored-by: João Borges <rageknify@gmail.com>
This Pull Request implements the use of
Symbol.toPrimitive
in theto_primitive
method ofValue
.It changes the following:
to_primitive
method ofValue
to supportSymbol.toPrimitive