mirror of
https://github.com/nodejs/node.git
synced 2025-05-16 14:23:58 +00:00

PR-URL: https://github.com/nodejs/node/pull/29694 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
6 lines
319 B
Plaintext
6 lines
319 B
Plaintext
*%(basename)s:7: TypeError: Cannot read private member #x from an object whose class did not declare it
|
|
eq(o) { return this.#x === o.#x; }
|
|
^
|
|
TypeError: Cannot read private member #x from an object whose class did not declare it
|
|
at X.eq (*%(basename)s:7:32)
|
|
at *%(basename)s:10:9 |