v8/test/message/fail/destructuring-object-private-name.out

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

5 lines
140 B
Plaintext
Raw Normal View History

*%(basename)s:8: SyntaxError: Unexpected identifier '#x'
const { #x: x } = this;
^^
SyntaxError: Unexpected identifier '#x'