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

Function lt

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

Source from the content-addressed store, hash-verified

31// objects in hydrogen.
32
33function lt(a, b) {
34 return a < b;
35}
36
37function gt(a, b) {
38 return a > b;

Callers 1

compare-objects.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected