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

Function createArrayInObjectInArray

deps/v8/test/mjsunit/object-in-array.js:288–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286
287{
288 function createArrayInObjectInArray() {
289 return [{a: [1, 2, 3] }];
290 }
291 warmup(createArrayInObjectInArray);
292 const o1 = createArrayInObjectInArray();
293 assertTrue(%HasCowElements(o1[0].a));

Callers 1

object-in-array.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected