MCPcopy 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
38function MaxGE(x, y) {
39 if (x >= y) return x;
40 return y;
41}
42
43function MaxGT(x, y) {
44 if (x > y) return x;

Callers 1

TestPrimitiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected