RE: variable declarations shadowing named properties on window

>-----Original Message-----
>From: Boris Zbarsky [mailto:bzbarsky@MIT.EDU]
>Sent: Friday, January 27, 2012 10:44 AM
>To: Travis Leithead
>Cc: Cameron McCormack; Allen Wirfs-Brock; Ojan Vafai; public-script-
>coord@w3.org; Ian Hickson; Jeff Walden
>Subject: 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.

>-----Original Message-----
>From: Cameron McCormack [mailto:cam@mcc.id.au]
>This new object (the "named properties object") behaves like any other
>[NoInterfaceObject] prototype object.  I'll have it stringify to
>"WindowProperties" (analogously to "WindowPrototype" which is what we
>have for Window.prototype now).  It exists just above Window.prototype.

I guess "above" was ambiguous :)

Received on Friday, 27 January 2012 18:53:55 UTC