[Webkit-unassigned] [Bug 65829] JavaScript console can't evaluate expression in strict context

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 7 13:34:28 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=65829





--- Comment #2 from Mark S. Miller <erights at gmail.com>  2011-08-07 13:34:28 PST ---
Created an attachment (id=103185)
 --> (https://bugs.webkit.org/attachment.cgi?id=103185&action=review)
What I see when I follow the instructions on previous attachment

This screenshot seems to demonstrate that, when the JavaScript console is in a strict context and tries to evaluate an expression, it first surrounds the expression with a "with" statement and then tries to evaluate the resulting string in a strict context. This of course cannot work, since "with" is illegal in strict mode.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list