On 2013/10/28 21:58:19, arv wrote:
Did you forget these ones?


https://code.google.com/p/chromium/codesearch#chromium/src/v8/src/array-iterator.js&l=39

Ah, yes, I did.

Should there be a comment somewhere explaining that reads will read through to the [[Prototype]]? One possible implementation of GET_PRIVATE would be to use
a
side table but then the reads would not read through.

Good point. I considered making them non-inheriting, but that would be costly on
the JS side.

Patch set 3 also makes Private a non-Value type, to prevent accidental uses with
the plain Get/Has/etc methods. In other words, from the API's perspective,
private symbols are entirely second-class now. Let me know if you think that's
too restrictive.

What's currently missing is the ability to install private properties on object
templates. I can add that if it's required.

https://codereview.chromium.org/48923002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to