Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
class
X {
6
#x;
7
eq(o) {
return
this.#x === o.#x; }
8
}
9
10
new
X().eq({});
Callers
4
stringrefs-exec.js
File · 0.80
imported-strings.js
File · 0.80
int64-lowering.js
File · 0.80
class-fields-private-throw-read.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected