1 PASS 'use strict'; with (1) {} threw exception of type SyntaxError.
3 PASS Function("'use strict'; function f() { \"use strict\"; with (1) {} }") threw exception of type SyntaxError.
4 PASS Function("function f() { \"use strict\"; with (1) {} }") threw exception of type SyntaxError.
6 PASS !!Function("function f() { \"use strict\"; }; with (1) {}") is true
9 PASS successfullyParsed is true