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

Function make_array

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

Source from the content-addressed store, hash-verified

36 return "/* " + this.__sequence + " */ new Array(" + length + ");";
37}
38function make_array(length) {
39 return eval(make_array_string(length));
40}
41
42function test(test_double, test_object, set, length) {
43 // We apply the same operations to two identical arrays. The first array

Callers 5

elements-kind.jsFile · 0.70
test_osr_elements_kindFunction · 0.70
testFunction · 0.70

Calls 2

evalFunction · 0.70
make_array_stringFunction · 0.70

Tested by 1

testFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…