WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug