blob: 50f85cd7ac95b27b6af0b3d24db88f4696deb848 [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