-
-
Notifications
You must be signed in to change notification settings - Fork 411
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
Make update operations reuse the last found binding locator #2876
Conversation
Test262 conformance changes
Fixed tests (65):
|
Codecov Report
@@ Coverage Diff @@
## main #2876 +/- ##
==========================================
+ Coverage 51.25% 51.30% +0.04%
==========================================
Files 427 427
Lines 42546 42612 +66
==========================================
+ Hits 21805 21860 +55
- Misses 20741 20752 +11
|
de5bde3
to
6c14317
Compare
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.
Really nice implementation.
736e3a0
to
e671ada
Compare
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 to me! thanks!
This Pull Request fixes update operations by reusing the lvalue accessed by the update.
It changes the following:
GetNameAndLocator
andSetNameByLocator
.++
,+=
,&&=
, etc.) only when the binding is not lexical.