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

Function newarraycase_list_smidouble

deps/v8/test/mjsunit/allocation-site-info.js:237–241  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

235assertKind(elements_kind.fast, obj);
236
237function newarraycase_list_smidouble(value) {
238 var a = new Array(1, 2, 3);
239 a[0] = value;
240 return a;
241}
242
243obj = newarraycase_list_smidouble(1);
244assertKind(elements_kind.fast_smi_only, obj);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected