[Webkit-unassigned] [Bug 18518] Implement eval in SquirrelFish

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 16 22:46:39 PDT 2008


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





------- Comment #14 from ggaren at apple.com  2008-04-16 22:46 PDT -------
By the way, I'm pretty sure this change

-            r[argv].u.jsValue = r2 == missingSymbolMarker() ? jsNull() :
(r[r2].u.jsValue)->toObject(exec); // "this" value
+            r[argv].u.jsValue = r2 == missingSymbolMarker() ?
exec->lexicalGlobalObject() : (r[r2].u.jsValue)->toObject(exec); // "this"
value

has a performance cost. We might want to figure out a way to land it
separately.


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