blob: 1ae1ee4581436967c5b820961d45eb2e90f4e4bd [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