MCPcopy Create free account
hub / github.com/nodejs/node / MaxGT

Function MaxGT

deps/v8/test/mjsunit/compiler/compare.js:43–46  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

41}
42
43function MaxGT(x, y) {
44 if (x > y) return x;
45 return y;
46}
47
48
49// First test primitive values.

Callers 1

TestPrimitiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected