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