-
-
Notifications
You must be signed in to change notification settings - Fork 407
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 this
in function calls
#2153
Conversation
Test262 conformance changesVM implementation
Fixed tests (147):
|
Codecov Report
@@ Coverage Diff @@
## main #2153 +/- ##
==========================================
- Coverage 42.73% 42.70% -0.04%
==========================================
Files 225 225
Lines 20780 20790 +10
==========================================
- Hits 8880 8878 -2
- Misses 11900 11912 +12
Continue to review full report at Codecov.
|
bors r+ |
Did you mean "r+"? |
bors r+ |
This Pull Request changes the following: - Fix the `this` value that is passend to function calls to be `undefined` if the function is not a property reference - Add special handling for setting the `this` value for function calls where the function is a private property reference or a super property reference
Pull request successfully merged into main. Build succeeded: |
this
in function callsthis
in function calls
This Pull Request changes the following:
this
value that is passend to function calls to beundefined
if the function is not a property referencethis
value for function calls where the function is a private property reference or a super property reference