[Bug 12320] ECMAScript binding forbids using ECMAScript to implement many interfaces.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12320

--- Comment #7 from David Flanagan <dflanagan@mozilla.com> 2011-05-19 18:58:32 UTC ---
(In reply to comment #6)
> We have considered, and should again consider, enhancing the proxies proposal
> to address this. See
> https://mail.mozilla.org/pipermail/es-discuss/2011-May/014142.html

Even if proxies could address the [[Class]] issue, I suspect that performance
constraints would prevent them from being used.  One proxy per document node
seems like a high price to pay.  (If [[Class]] is to be made configurable,
could it be done on Object.create instead?)

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Thursday, 19 May 2011 18:58:35 UTC