Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ c
Function
c
deps/v8/test/mjsunit/lea-add.js:46–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
function
c() {
47
var
sum = 0;
48
for
(
var
i = 0; i < 500; ++i) {
49
sum += (i + -0x7fffffff) | 0;
50
}
51
return
sum;
52
}
53
54
function
d() {
55
var
sum = 0;
Callers
7
lea-add.js
File · 0.70
try.js
File · 0.70
TestAllCreates
Function · 0.70
readonly.js
File · 0.70
TestSkippableFunctionInForOfHeader
Function · 0.70
TestSkippableFunctionInForOfBody
Function · 0.70
__init__
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected