-
-
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 setting properties inside with
blocks
#2847
Conversation
Test262 conformance changes
Fixed tests (1):
|
Codecov Report
@@ Coverage Diff @@
## main #2847 +/- ##
==========================================
- Coverage 51.38% 51.36% -0.03%
==========================================
Files 417 417
Lines 41328 41356 +28
==========================================
+ Hits 21238 21244 +6
- Misses 20090 20112 +22
... and 6 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Good catch!
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!
bors r+ |
Pull request successfully merged into main. Build succeeded: |
with
blockswith
blocks
This preserves the semantics of the abstract operation
Set
onwith
blocks; setting non-writable properties on non-strict mode just silently fails.