Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ eq_strict
Function
eq_strict
deps/v8/test/mjsunit/compare-known-objects.js:38–40 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
36
}
37
38
function
eq_strict(a, b) {
39
return
a === b;
40
}
41
42
function
le(a, b) {
43
return
a <= b;
Callers
1
test
Function · 0.70
Calls
no outgoing calls
Tested by
1
test
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…