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

Function make_array_string

deps/v8/test/mjsunit/opt-elements-kind.js:95–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93// on the following tests.
94var __sequence = 0;
95function make_array_string() {
96 this.__sequence = this.__sequence + 1;
97 return "/* " + this.__sequence + " */ [0, 0, 0];"
98}
99function make_array() {
100 return eval(make_array_string());
101}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected