Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ a
Function
a
deps/v8/test/mjsunit/lea-add.js:30–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
// Flags: --allow-natives-syntax
29
30
function
a() {
31
var
sum = 0;
32
for
(
var
i = 0; i < 500; ++i) {
33
sum = (i + sum) | 0;
34
}
35
return
sum;
36
}
37
38
function
b() {
39
var
sum = 0;
Callers
1
lea-add.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected