RESOLVED WONTFIX 113134
Web Inspector: [V8] Make InjectedScriptHost.evaluate return the 'eval' function
https://bugs.webkit.org/show_bug.cgi?id=113134
Summary Web Inspector: [V8] Make InjectedScriptHost.evaluate return the 'eval' function
Timothy Hatcher
Reported 2013-03-23 06:46:41 PDT
To fix bug 65829 (make the console work in strict mode on JSC) we needed to make InjectedScriptHost.evaluate return the real 'eval' function so we could use the ES5 eval keyword semantics. To keep Chrome's console working we needed to create a branch in InjectedScript.prototype._evaluateOn. We think the new approach is better than making 'with' be silently ignored in strict mode. Let me know if you have any questions.
Attachments
Timothy Hatcher
Comment 1 2013-04-05 12:55:58 PDT
V8 has left the building.
Note You need to log in before you can comment on or make changes to this bug.