v8/test/message/fail/new-target-escaped.out

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

5 lines
192 B
Plaintext
Raw Normal View History

*%(basename)s:8: SyntaxError: 'new.target' must not contain escaped characters
return new.t\u0061rget;
^^^^^^^^^^^^^^^
SyntaxError: 'new.target' must not contain escaped characters