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

Function CmpNullTest

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

Source from the content-addressed store, hash-verified

100assertEquals(false, CmpNullValue(42));
101
102function CmpNullTest(x) { if (x == null) return 42; return 0; }
103assertEquals(42, CmpNullTest(null));
104
105var g1 = 0;

Callers 1

compare.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected