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

Function CmpX

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

Source from the content-addressed store, hash-verified

89
90// Test compare in case of aliased registers.
91function CmpX(x) { if (x == x) return 42; }
92assertEquals(42, CmpX(0));
93
94function CmpXY(x) { var y = x; if (x == y) return 42; }

Callers 1

compare.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected