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

Function createHoleyDoubleArrayInArray

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

Source from the content-addressed store, hash-verified

133// HOLEY_DOUBLE_ELEMENTS:
134{
135 function createHoleyDoubleArrayInArray() {
136 return [[1, , 2.3]];
137 }
138 test(createHoleyDoubleArrayInArray, (o) => o[0][0], (o) => o[0][0] = 2, 1);
139 const o1 = createHoleyDoubleArrayInArray();
140 assertTrue(0 in o1[0]);

Callers 1

object-in-array.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected