1 PASS Function("'use strict'; var eval;") threw exception of type SyntaxError.
2 PASS !!Function("var eval;") is true
4 PASS Function("'use strict'; var x,eval;") threw exception of type SyntaxError.
5 PASS !!Function("var x,eval;") is true
7 PASS Function("'use strict'; var arguments;") threw exception of type SyntaxError.
8 PASS !!Function("var arguments;") is true
10 PASS Function("'use strict'; var x,arguments;") threw exception of type SyntaxError.
11 PASS !!Function("var x,arguments;") is true
14 PASS successfullyParsed is true