Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
function
eq(a, b) {
42
return
a == b;
43
}
44
45
function
eq_strict(a, b) {
46
return
a === b;
Callers
2
compare-objects.js
File · 0.70
test
Function · 0.50
Calls
no outgoing calls
Tested by
1
test
Function · 0.40