Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ lt
Function
lt
deps/v8/test/mjsunit/compare-objects.js:33–35 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
31
// objects in hydrogen.
32
33
function
lt(a, b) {
34
return
a < b;
35
}
36
37
function
gt(a, b) {
38
return
a > b;
Callers
1
compare-objects.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected