[Bug 22947] Operation functions should not have a prototype property

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22947

Domenic Denicola <domenic@domenicdenicola.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |domenic@domenicdenicola.com

--- Comment #4 from Domenic Denicola <domenic@domenicdenicola.com> ---
I believe ES6 methods do not have `prototype` properties or [[Construct]]
internal methods, at least per the non-normative prose [1]. Thus it would
suffice to say that WebIDL methods should be created in the same way as ES6
methods.

[1]: http://people.mozilla.org/~jorendorff/es6-draft.html#sec-15.3.4.2

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 20 August 2013 15:09:02 UTC