-
-
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
[Merged by Bors] - Add field accessors to destructing assignment #2213
Conversation
Test262 conformance changesVM implementation
Fixed tests (64):
|
Codecov Report
@@ Coverage Diff @@
## main #2213 +/- ##
==========================================
- Coverage 41.54% 41.35% -0.19%
==========================================
Files 234 234
Lines 21891 22000 +109
==========================================
+ Hits 9094 9099 +5
- Misses 12797 12901 +104
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
c5dbbe4
to
6da1ab6
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 :)
6da1ab6
to
7614d32
Compare
bors r+ |
This Pull Request changes the following: - Implement parsing/cover-conversion for field accessor member expressions in [DestructuringAssignmentTarget](https://tc39.es/ecma262/#prod-DestructuringAssignmentTarget). - Modify the `CopyDataProperties` opcode to account for excluded keys that are only known at runtime.
Pull request successfully merged into main. Build succeeded: |
This Pull Request changes the following:
CopyDataProperties
opcode to account for excluded keys that are only known at runtime.