IsConstructor

Boris Zbarsky bzbarsky at MIT.EDU
Thu Jun 12 12:45:47 PDT 2014


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


More information about the es-discuss mailing list