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