-
-
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
Fix enumerable attribute on string length property #974
Conversation
Codecov Report
@@ Coverage Diff @@
## master #974 +/- ##
==========================================
- Coverage 59.56% 59.56% -0.01%
==========================================
Files 166 166
Lines 10815 10819 +4
==========================================
+ Hits 6442 6444 +2
- Misses 4373 4375 +2
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.
Since we're changing these lines might as well remove the unnecessary conversion.
This looks good :) Test262 conformance changes:
|
This is blocked on #977. |
#977 was merged, could you rebase? |
This Pull Request fixes #973.
It changes the following: