5 Let *proto* be the value of the [[Prototype]] internal property of *obj*.
6 Return the result of evaluating this algorithm using the value of *proto* as
the value of *UnaryExpression*
*
*
What is the point of calling class recursively on the [[Prototype]] if the
object does not have constructor or [[ctor]] ?

Other then that, this solves the issue in an intuitive way.

On Thu, Nov 17, 2011 at 5:04 PM, Allen Wirfs-Brock <[email protected]>wrote:

> OK, I have a fix for the missing constructor problem. See:
> http://wiki.ecmascript.org/doku.php?id=strawman:class_operator#missing_constructors
>
>
> Allen
>
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to