You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implemented a private name patch for FF, that works roughly like this:
var name = Name();
obj[name] = foo;
These names are not enumerated and there is no way to get to them without having access to the name instance. This might be more efficient than weak maps.
The text was updated successfully, but these errors were encountered:
I implemented a private name patch for FF, that works roughly like this:
var name = Name();
obj[name] = foo;
These names are not enumerated and there is no way to get to them without having access to the name instance. This might be more efficient than weak maps.
The text was updated successfully, but these errors were encountered: