-
-
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
[Merged by Bors] - Fix Symbol
and BigInt
constructors
#2032
Conversation
Test262 conformance changesVM implementation
Fixed tests (4):
|
8882eba
to
4277453
Compare
Codecov Report
@@ Coverage Diff @@
## main #2032 +/- ##
=======================================
Coverage 43.92% 43.92%
=======================================
Files 211 211
Lines 18693 18694 +1
=======================================
+ Hits 8211 8212 +1
Misses 10482 10482
Continue to review full report at Codecov.
|
Benchmark for 4bc346bClick to view benchmark
|
Benchmark for 49123d6Click 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.
lgtm
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 :)
bors r+ |
Pull request successfully merged into main. Build succeeded: |
Symbol
and BigInt
constructorsSymbol
and BigInt
constructors
It changes the following:
Symbol
object has[[Construct]]
internal methodSymbol
constructor.BigInt
constructor.