Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
assertEquals(42, CmpX(0));
93
94
function
CmpXY(x) {
var
y = x;
if
(x == y)
return
42; }
95
assertEquals(42, CmpXY(0));
96
97
Callers
1
compare.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected