Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
34
function
eq(a, b) {
35
return
a == b;
36
}
37
38
function
eq_strict(a, b) {
39
return
a === b;
Callers
1
test
Function · 0.70
Calls
no outgoing calls
Tested by
1
test
Function · 0.56