mirror of
https://github.com/nodejs/node.git
synced 2025-05-16 21:03:46 +00:00

PR-URL: https://github.com/nodejs/node/pull/41610 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
7 lines
228 B
Plaintext
7 lines
228 B
Plaintext
*%(basename)s:7: TypeError: Receiver must be an instance of class A
|
|
test() { this.#a++; }
|
|
^
|
|
TypeError: Receiver must be an instance of class A
|
|
at Object.test (*%(basename)s:7:17)
|
|
at *%(basename)s:10:18
|