On 6/12/14, 3:38 PM, Allen Wirfs-Brock wrote:
Is the custom [[Call]] only use to implement WebIDL overload/argument processing semantics? Or do you perform object allocations within the [[Call].
Right now the [[Call]] allocates a new object of the right sort.
Have you looked at how such constructors would behave when a subclass constructor does a super call to them?
We need to figure out how to support subclassing, yes. The current setup does not.
-Boris _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

