Array.isArray(new Proxy([], {})) should be false (Bug 1096753)
Kevin Smith
zenparsing at gmail.com
Thu Nov 13 13:01:58 PST 2014
>
> Proxies are meant to be transparent in general. Exceptions include
> built-ins with magic internal properties. We haven't added private data
> (ideally the basis for self-hosting such built-ins) yet, and we'd need
> extensions to Proxies should we do so. Etc.
We'd need to discuss it at any rate, but I don't see how private data
differs from internal slots with respect to Proxies. Perhaps a discussion
for another day...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20141113/cc7baea6/attachment.html>
More information about the es-discuss
mailing list