Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ f
Function
f
deps/v8/test/mjsunit/compiler/loops.js:38–43 ·
view source on GitHub ↗
(i, n)
Source
from the content-addressed store, hash-verified
36
37
// Test assignments in the loop condition.
38
function
f(i, n) {
39
while
((n = n - 1) >= 0) {
40
i = n + 1;
41
}
42
return
i;
43
}
44
assertEquals(1, f(0, 42));
45
46
Callers
15
test
Function · 0.70
escape-analysis-deopt-5.js
File · 0.70
regress-633497.js
File · 0.70
TestNonPrimitive
Function · 0.70
bigint-unused-still-throws.js
File · 0.70
deopt-literal-receiver.js
File · 0.70
Test
Function · 0.70
escape-analysis-materialize.js
File · 0.70
deopt-materialize-accumulator.js
File · 0.70
escape-analysis-15.js
File · 0.70
regress-crbug-1502042.js
File · 0.70
g
Function · 0.70
Calls
no outgoing calls
Tested by
14
test
Function · 0.56
test
Function · 0.56
test
Function · 0.56
test
Function · 0.56
test
Function · 0.56
test
Function · 0.56
test
Function · 0.56
test
Function · 0.56
test
Function · 0.56
test
Function · 0.56
test
Function · 0.56
test
Function · 0.56