Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ equals
Method
equals
deps/v8/test/mjsunit/harmony/private-methods.js:57–59 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
55
return
this.#a + 1;
56
}
57
equals(obj) {
58
return
this.#getAPlus1() === obj.#getAPlus1();
59
}
60
}
61
const
c =
new
C(0);
62
const
c2 =
new
C(2);
Callers
15
lua_binarytrees.js
File · 0.45
promise-all-overflow-1.js
File · 0.45
promise-all-resolve-not-callable.js
File · 0.45
promise-all.js
File · 0.45
promise-race-resolve-not-callable.js
File · 0.45
promise-all-overflow-2.js
File · 0.45
promise-allsettled-resolve-not-callable.js
File · 0.45
lua_binarytrees.js
File · 0.45
poppler.js
File · 0.45
eq
Function · 0.45
regress-crbug-830565.js
File · 0.45
regress-crbug-807096.js
File · 0.45
Calls
1
#getAPlus1
Method · 0.95
Tested by
no test coverage detected