Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ MaxGE
Function
MaxGE
deps/v8/test/mjsunit/compiler/compare.js:38–41 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
36
}
37
38
function
MaxGE(x, y) {
39
if
(x >= y)
return
x;
40
return
y;
41
}
42
43
function
MaxGT(x, y) {
44
if
(x > y)
return
x;
Callers
1
TestPrimitive
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected