-
-
Notifications
You must be signed in to change notification settings - Fork 35
Symbol.hasInstance support in JSRT #236
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
Comments
3 tasks
kfarnung
added a commit
to kfarnung/node-chakracore
that referenced
this issue
Jun 7, 2017
The test failure is being tracked by nodejs/abi-stable-node#236
2 tasks
kfarnung
added a commit
to kfarnung/node-chakracore
that referenced
this issue
Jun 7, 2017
The test failure is being tracked by nodejs/abi-stable-node#236 PR-URL: nodejs#288 Reviewed-By: Kunal Pathak <[email protected]>
Closing since Chakra is no longer active, please let us know if you think that was not the right thing to do. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After updating the Node-ChakraCore JSRT implementation,
addons_napi/test_instanceof
fails becauseSymbol.hasInstance
is not handled by eitherJsInstanceOf()
or the JSRTnapi_instanceof()
implementation.The text was updated successfully, but these errors were encountered: