MCPcopy Create free account
hub / github.com/nodejs/node / init_array

Function init_array

deps/v8/test/mjsunit/polymorph-arrays.js:29–33  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

27
28// Flags: --allow-natives-syntax
29function init_array(a) {
30 for (var i = 0; i < 10; ++i ){
31 a[i] = i;
32 }
33}
34
35function init_sparse_array(a) {
36 for (var i = 0; i < 10; ++i ){

Callers 4

testPolymorphicLoadsFunction · 0.85
testPolymorphicStoresFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected