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

Function CmpNullEffect

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

Source from the content-addressed store, hash-verified

104
105var g1 = 0;
106function CmpNullEffect() { (g1 = 42) == null; }
107CmpNullEffect();
108assertEquals(42, g1);

Callers 1

compare.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…