blob: 50ad071c0395ba0ed3c862f42d3cd5143bc4abbb [file] [log] [blame]
PASS 'use strict'; eval('010') threw exception of type SyntaxError.
PASS true === true
PASS 'use strict'; eval('"use strict"; 010') threw exception of type SyntaxError.
PASS eval('"use strict"; 010') threw exception of type SyntaxError.
PASS true === true
PASS true === true
PASS true === true
PASS Function('"use strict"; 010') threw exception of type SyntaxError.
PASS true === true
PASS true === true
PASSED!
PASS successfullyParsed is true
TEST COMPLETE