-
-
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] - Fix for in/of loop initializer environment #2135
Conversation
Test262 conformance changesVM implementation
Fixed tests (8):
|
Codecov Report
@@ Coverage Diff @@
## main #2135 +/- ##
==========================================
+ Coverage 43.48% 43.51% +0.03%
==========================================
Files 220 220
Lines 19984 20015 +31
==========================================
+ Hits 8690 8710 +20
- Misses 11294 11305 +11
Continue to review full report at Codecov.
|
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!
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!
bors r+ |
This Pull Request changes the following: - Add an additional environment when a for in/of loop is initialized with a `let` or `const` binding.
Pull request successfully merged into main. Build succeeded: |
This Pull Request changes the following:
let
orconst
binding.