MCPcopy 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
23function 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
32const result = doWork();
33 // log code end

Callers 1

doWorkFunction · 0.70

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…