[Webkit-unassigned] [Bug 14163] declared variable in window.eval statement not preserved after return from calling context

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 15 05:51:07 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14163





------- Comment #2 from qomo.team at gmail.com  2007-06-15 05:51 PDT -------
also declaration of functions, a simple test case:

window.eval('function test1() {}', 'JavaScript');
window.eval('test2 = new Function() {}', 'JavaScript');
alert(test1);
alert(test2);


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list