-
-
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] - Implement Function
constructor
#2090
Conversation
Test262 conformance changesVM implementation
Fixed tests (360):
Broken tests (14):
|
Codecov Report
@@ Coverage Diff @@
## main #2090 +/- ##
==========================================
- Coverage 43.86% 43.79% -0.07%
==========================================
Files 216 216
Lines 19575 19626 +51
==========================================
+ Hits 8586 8595 +9
- Misses 10989 11031 +42
Continue to review full report at Codecov.
|
Benchmark for 46ed152Click 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 very good! I added some suggestions :)
Benchmark for 018afd9Click to view benchmark
|
bors r+ |
Pull request successfully merged into main. Build succeeded: |
1 similar comment
Pull request successfully merged into main. Build succeeded: |
Function
constructorFunction
constructor
This Pull Request changes the following:
Function
constructorcaller
feature in 262 testsFunction.apply
lengthTypeError
inFunction.caller
andFunction.arguments
accessors