MCPcopy 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.jsFile · 0.70
createSetFunction · 0.50
sortUniqueFunction · 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…