Files
Kmake/deps/v8/test/message/fail/formal-parameters-strict-body.out

5 lines
201 B
Plaintext
Raw Normal View History

2026-05-26 23:36:42 -07:00
*%(basename)s:5: SyntaxError: Unexpected eval or arguments in strict mode
function foo(b, eval) { "use strict"; return b }
^^^^
SyntaxError: Unexpected eval or arguments in strict mode