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

Function make_array_string

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

Source from the content-addressed store, hash-verified

181// on the following tests.
182var __sequence = 0;
183function make_array_string() {
184 this.__sequence = this.__sequence + 1;
185 return "/* " + this.__sequence + " */ [0, 0, 0];"
186}
187function make_array() {
188 return eval(make_array_string());
189}

Callers 1

elements-kind.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected