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

Function eq

deps/v8/test/mjsunit/compare-known-objects-slow.js:34–36  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

32// might have completely different properties.
33
34function eq(a, b) {
35 return a == b;
36}
37
38function eq_strict(a, b) {
39 return a === b;

Callers 1

testFunction · 0.70

Calls

no outgoing calls

Tested by 1

testFunction · 0.56