-
Notifications
You must be signed in to change notification settings - Fork 461
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
[js-api] @@toStringTag values #1023
Comments
These are defined by the WebIDL specification to be values like "WebAssembly.Memory". Was that the intention? |
Yes, that's the intention. It wasn't clear to me (and in https://bugs.chromium.org/p/v8/issues/detail?id=9265), but if this is otherwise well-known then there probably doesn't need to be any fix here. |
Hm, actually -- where is this defined? I see https://heycam.github.io/webidl/#ecmascript-binding, but it seems to require a "class string" definition. |
|
There is, unfortunately, an open debate about how |
Ah, I see. Thanks! OK, I think we should close this then. |
Associated values for the
@@toStringTag
well-known symbol were originally added to the design repo here.It seems we never added these to the js-api spec, though there is a reference to
@@toStringTag
here. The last reference seems to be the initial check-in in #591.Was this an accidental omission? @littledan, do you know?
The text was updated successfully, but these errors were encountered: