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