Files
Kmake/deps/v8/test/message/fail/class-private-brand-write-method.out
2026-05-26 23:36:42 -07:00

7 lines
230 B
Plaintext

*%(basename)s:7: TypeError: Receiver must be an instance of class A
test() { this.#a = 1; }
^
TypeError: Receiver must be an instance of class A
at Object.test (*%(basename)s:7:17)
at *%(basename)s:10:18