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

Function CmpXY

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

Source from the content-addressed store, hash-verified

92assertEquals(42, CmpX(0));
93
94function CmpXY(x) { var y = x; if (x == y) return 42; }
95assertEquals(42, CmpXY(0));
96
97

Callers 1

compare.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected