MCPcopy Index your code
hub / github.com/nodejs/node / eq

Function eq

deps/v8/test/mjsunit/compare-objects.js:41–43  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

39}
40
41function eq(a, b) {
42 return a == b;
43}
44
45function eq_strict(a, b) {
46 return a === b;

Callers 2

compare-objects.jsFile · 0.70
testFunction · 0.50

Calls

no outgoing calls

Tested by 1

testFunction · 0.40