-
-
Notifications
You must be signed in to change notification settings - Fork 402
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 proxy handling in isArray
method
#1777
Conversation
Test262 conformance changesVM implementation
Fixed tests (46):
|
Codecov Report
@@ Coverage Diff @@
## main #1777 +/- ##
==========================================
+ Coverage 56.21% 56.23% +0.01%
==========================================
Files 200 200
Lines 17074 17081 +7
==========================================
+ Hits 9599 9605 +6
- Misses 7475 7476 +1
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.
bors r+
Pull request successfully merged into main. Build succeeded: |
isArray
methodisArray
method
It changes the following:
is_array
operation.is_array
operation forJsValue
andJsObject
to avoid clones.