-
-
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
Disallow changing type of already created objects #3410
Conversation
Test262 conformance changes
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3410 +/- ##
==========================================
- Coverage 45.64% 45.63% -0.01%
==========================================
Files 483 483
Lines 49517 49466 -51
==========================================
- Hits 22600 22572 -28
+ Misses 26917 26894 -23
☔ View full report in Codecov by Sentry. |
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! :)
* Disallow changing type of already created objects * Fix regressions * Fix spec steps * Rollback restrictions and add new conversion
This allows us to cleanup some of our
Js
method wrappers for built-ins, likeJsPromise
which I've already cleaned up in this PR.