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

Function eq_strict

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

Source from the content-addressed store, hash-verified

36}
37
38function eq_strict(a, b) {
39 return a === b;
40}
41
42function le(a, b) {
43 return a <= b;

Callers 1

testFunction · 0.70

Calls

no outgoing calls

Tested by 1

testFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…