MCPcopy Create free account
hub / github.com/Snapchat/Valdi / array_push

Function array_push

apps/benchmark/src/valdi/benchmark/src/microbench.js:452–462  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

450}
451
452function array_push(n)
453{
454 var tab, i, j, len;
455 len = 500;
456 for(j = 0; j < n; j++) {
457 tab = [];
458 for(i = 0; i < len; i++)
459 tab.push(i);
460 }
461 return len * n;
462}
463
464function array_pop(n)
465{

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected