Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
100
assertEquals(false, CmpNullValue(42));
101
102
function
CmpNullTest(x) {
if
(x == null)
return
42;
return
0; }
103
assertEquals(42, CmpNullTest(null));
104
105
var
g1 = 0;
Callers
1
compare.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected