Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ eq_strict
Function
eq_strict
deps/v8/test/mjsunit/compare-objects.js:45–47 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
43
}
44
45
function
eq_strict(a, b) {
46
return
a === b;
47
}
48
49
function
test(a, b, less, greater) {
50
// Check CompareIC for equality of known objects.
Callers
1
compare-objects.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected