Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ doWorkStep
Function
doWorkStep
deps/v8/test/mjsunit/tools/processor.mjs:23–30 ·
view source on GitHub ↗
(i, array)
Source
from the content-addressed store, hash-verified
21
}
22
23
function
doWorkStep(i, array) {
24
const
obj = {
25
[
"property"
+ i]: i,
26
};
27
array.push(obj);
28
obj.custom1 = 1;
29
obj.custom2 = 2;
30
}
31
32
const
result = doWork();
33
// log code end
Callers
1
doWork
Function · 0.70
Calls
1
push
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…