Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ b
Function
b
deps/v8/test/mjsunit/lea-add.js:38–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
function
b() {
39
var
sum = 0;
40
for
(
var
i = -500; i < 0; ++i) {
41
sum = (i + sum) | 0;
42
}
43
return
sum;
44
}
45
46
function
c() {
47
var
sum = 0;
Callers
1
lea-add.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected