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