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

Function gt

deps/v8/test/mjsunit/compare-objects.js:37–39  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

35}
36
37function gt(a, b) {
38 return a > b;
39}
40
41function eq(a, b) {
42 return a == b;

Callers 1

compare-objects.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected