Re: Question about implements statements

On 6/20/12 4:16 AM, Travis Leithead wrote:
> and I really don't feel strongly about these being separate instances

I actually do.  Having them be the same instance involves a lot of 
complexity at least in Gecko's WebIDL implementation, and I really don't 
see what the web-facing use cases of that would be.  Of course I don't 
even see what the web-facing use cases are for this part:

>     * B.prototype.f.call(a) succeeds
>
>     * B.prototype.f.call(c) succeeds
>
>     * A.prototype.f.call(b) succeeds

so maybe I'm just being blind?  ;)

-Boris

Received on Wednesday, 20 June 2012 14:16:15 UTC