MCPcopy Create free account
hub / github.com/nodejs/node / eq

Method eq

deps/v8/test/message/fail/class-fields-private-throw-read.js:7–7  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

5class X {
6 #x;
7 eq(o) { return this.#x === o.#x; }
8}
9
10new X().eq({});

Calls

no outgoing calls

Tested by

no test coverage detected