Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ equals
Function
equals
deps/v8/test/mjsunit/typeof.js:18–18 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
16
assertFalse(typeof r ==
'function'
);
17
18
function
equals(x, y) {
return
x == y; }
19
assertTrue(equals(
'object'
, typeof r));
20
}
21
Callers
3
typeof.js
File · 0.70
createSet
Function · 0.50
sortUnique
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…