-
Notifications
You must be signed in to change notification settings - Fork 34
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
WeakMap support #312
Comments
There's no support for that in the V8 C++ API either. |
There is always the roundabout way of obtaining the JS API using |
Sure, but why would you want to? At that point you're just adding API sugar. |
Oh, definitely. There's not even a performance benefit, since you're not saving yourself a trip into JS by using a native API, because, as you pointed out, the native API does not exist. Of course, other engines may have such an API, but I guess when we're faced with that, we can reconsider this issue. I guess we can close this issue. |
The text was updated successfully, but these errors were encountered: