Re: variable declarations shadowing named properties on window

On 1/27/12 7:39 PM, Travis Leithead wrote:
> So, to clarify my understanding:
> Name resolution lookup on the window/global will be:
>
> 1. window/global own props
> 2. WindowProperties own props
> 3. WindowPrototype own props
> 4. Object [prototype] own props
> 5. WindowProperties named/indexed props

I think #2 and #3 are in the opposite order if I understood Cameron 
correctly.

> Named frames are part of step 5 as I understand it.

That's my understanding as well.  Gecko is fine with making that change.

-Boris

Received on Friday, 27 January 2012 18:44:49 UTC