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