[Bug 11838] In Gecko, Opera, and IE, the "name" property on Window is replaceable

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11838

--- Comment #11 from Boris Zbarsky <bzbarsky@mit.edu> 2011-02-19 01:56:48 UTC ---
>    eval("var name = 12;");

This would just add a prop on the window, I think.  I'd have to double-check.

>    var a = name = 12;

This is the same as |name = 12|, sure.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 19 February 2011 01:56:54 UTC