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