blob: 0da1fded2ee91301094085f46f9c06183fb157b0 [file] [log] [blame]
PASS 'use strict'; with (1) {} threw exception of type SyntaxError.
PASS true === true
PASS Function("'use strict'; function f() { \"use strict\"; with (1) {} }") threw exception of type SyntaxError.
PASS Function("function f() { \"use strict\"; with (1) {} }") threw exception of type SyntaxError.
PASS true === true
PASS !!Function("function f() { \"use strict\"; }; with (1) {}") is true
PASS true === true
PASSED!
PASS successfullyParsed is true
TEST COMPLETE