Class Method Syntax
Allen Wirfs-Brock
allen at wirfs-brock.com
Wed Feb 13 15:33:37 PST 2013
On Feb 13, 2013, at 12:35 PM, Kevin Smith wrote:
> Are we going with class-side inheritance? It doesn't appear to be addressed in the spec yet (or perhaps I'm just not seeing it).
>
Yes, in been in the spec. since June 2012.
See 13.5, Runtime Semantics: Class Definition Evaluation, steps 2.f.iv
However, there is a bug. Step 9 needs to pass constructorParent as an optional argument so Property Definition Evaluation, that that routine need to pass it on as the optional functionPrototype parameter when it calls FunctionCreate.
I'll fix this in the next draft.
Allen
> { Kevin }
> _______________________________________________
> es-discuss mailing list
> es-discuss at mozilla.org
> https://mail.mozilla.org/listinfo/es-discuss
More information about the es-discuss
mailing list