[Webkit-unassigned] [Bug 14868] Import variable lookup optimizations from KJS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 28 13:39:35 PDT 2007


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





------- Comment #14 from ggaren at apple.com  2007-09-28 13:39 PDT -------
FYI, the claim in this assertion is that a statement like

var x = 1;

should first create 'x', initialized to 'undefined', before the '= 1'
assignment executes. This assert would trigger if processVarDecls did not run
before evaluate, or if processVarDecls put 'x' in the wrong place, or if 'x'
was deleted before evaluate ran.


-- 
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