MCPcopy Index your code
hub / github.com/nodejs/node / make_array_string

Function make_array_string

deps/v8/test/mjsunit/elements-transition.js:34–37  ·  view source on GitHub ↗
(length)

Source from the content-addressed store, hash-verified

32// on the following tests.
33var __sequence = 0;
34function make_array_string(length) {
35 this.__sequence = this.__sequence + 1;
36 return "/* " + this.__sequence + " */ new Array(" + length + ");";
37}
38function make_array(length) {
39 return eval(make_array_string(length));
40}

Callers 1

make_arrayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected