[Webkit-unassigned] [Bug 15759] New: Limit indirect eval
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 29 17:32:03 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15759
Summary: Limit indirect eval
Product: WebKit
Version: 523.x+ (nightly)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: cwzwarich at uwaterloo.ca
Many people have suggested that we limit the effect of indirect eval, i.e. a
call to eval that is not of the form eval(...) or globalObject.eval(...), on
the caller's scope. Doing so will enable more optimizations. However, we first
need to find a scheme for limiting eval that doesn't break existing sites.
--
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