RESOLVED FIXED 15759
Limit indirect eval
https://bugs.webkit.org/show_bug.cgi?id=15759
Summary Limit indirect eval
Cameron Zwarich (cpst)
Reported 2007-10-29 17:32:02 PDT
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.
Attachments
Cameron Zwarich (cpst)
Comment 1 2008-03-18 17:44:23 PDT
Fixed in r30871.
Note You need to log in before you can comment on or make changes to this bug.