blob: faf13c5029dc095d5abf7b643bcfed95b6f3af9a [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