v8/test/message/fail/nf-yield-strict.out

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
167 B
Plaintext
Raw Normal View History

*%(basename)s:5: SyntaxError: Unexpected strict mode reserved word
function yield() { "use strict"; }
^^^^^
SyntaxError: Unexpected strict mode reserved word