-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Wrong exception reported for throw with toString returning symbol #4912
Labels
v8 engine
Issues and PRs related to the V8 dependency.
Comments
That error message originates in V8 (objects.cc to be exact) and is not under our control. That said, I don't see what's wrong with it. ES6 symbols don't coerce to strings. |
Agreed. This seems like a non-issue. |
This was referenced Oct 16, 2022
This was referenced Oct 16, 2022
This was referenced Oct 16, 2022
This was referenced Oct 17, 2022
This was referenced Oct 18, 2022
This was referenced Jul 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
displaying wrong exception for throwing an object with toString returning a symbol:
The text was updated successfully, but these errors were encountered: