v8/test/message/fail/class-fields-private-throw-write.out

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

6 lines
296 B
Plaintext
Raw Normal View History

*%(basename)s:7: TypeError: Write of private field #x to an object which did not contain the field
setX(o, val) { o.#x = val; }
^
TypeError: Write of private field #x to an object which did not contain the field
at X.setX (*%(basename)s:7:23)
at *%(basename)s:10:9