MCPcopy 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
33function MaxLE(x, y) {
34 if (x <= y) return y;
35 return x;
36}
37
38function MaxGE(x, y) {
39 if (x >= y) return x;

Callers 1

TestPrimitiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected