Re: Global method calls

On 2/23/15 1:55 AM, Domenic Denicola wrote:
> - [Global]/[PrimaryGlobal] => operations from the interface or its consequential interfaces get [ImplicitThis] behavior.
> - EventTarget, and anything else people want to put on the global prototype chains, get either [ImplicitThis] or something like [AllowedInGlobalPrototypeChain] that has the same effect.
>
> We could even disallow globals from inheriting from things without [ImplicitThis] / [AllowedInGlobalPrototypeChain].

We could do that.

How is that black-box observably different from having every single Web 
IDL method be [ImplicitThis]?

-Boris

Received on Monday, 23 February 2015 14:32:16 UTC