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