[Bug 14877] Define [[Class]] of interface prototype objects

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

David Flanagan <dflanagan@mozilla.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dflanagan@mozilla.com

--- Comment #4 from David Flanagan <dflanagan@mozilla.com> 2011-11-18 21:42:45 UTC ---
If you standardize anything other than "Object", it will be impossible for
implementations written in JavaScript (like this one:
https://github.com/andreasgal/dom.js) to conform, at least in ES5.  

Of course, WebIDL already has [[Class]] and other requirements that are
impossible to conform to in ES5 implementations.

I tend to think that simpler (Object) is better.  But Travis is right that
having interesting values of [[Class]] is nice when debugging.

-- 
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 Friday, 18 November 2011 21:42:49 UTC