MCPcopy Index your code
hub / github.com/nodejs/node / ge

Function ge

deps/v8/test/mjsunit/compare-known-objects-slow.js:50–52  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

48}
49
50function ge(a, b) {
51 return a >= b;
52}
53
54function gt(a, b) {
55 return a > b;

Callers 1

testFunction · 0.70

Calls

no outgoing calls

Tested by 1

testFunction · 0.56