Re: variable declarations shadowing named properties on window

On 1/29/12 5:58 PM, Cameron McCormack wrote:
> That's right, except for indexed properties. Note that I didn't move
> indexed properties to the WindowProperties object. I left those as being
> exposed on the instance itself. Indexed properties always get resolved
> ahead of any actual properties on the prototype chain.

Hmm.  That actually significantly complicates implementation, at least 
in Gecko+Spidermonkey....

-Boris

Received on Monday, 30 January 2012 02:29:33 UTC