[Bug 20777] Getting a property from the global scope polluter ends up in an infinite loop

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20777

--- Comment #1 from Boris Zbarsky <bzbarsky@mit.edu> ---
Note that we only need to pass in the Window because we need to know stuff
about its interface.  We could pass the interface to the named property
visibility algorithm and then pass in the gsp or its proto...

That said, I'm also not sure what step 4 of this algorithm means.  Does it not
involve calling [[GetOwnProperty]] on the object?  Should it talk about calling
the default [[GetOwnProperty]] or something?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 25 January 2013 17:05:51 UTC