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

Function newarraycase_list_smiobj

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

Source from the content-addressed store, hash-verified

248assertKind(elements_kind.fast_double, obj);
249
250function newarraycase_list_smiobj(value) {
251 var a = new Array(4, 5, 6);
252 a[0] = value;
253 return a;
254}
255
256obj = newarraycase_list_smiobj(1);
257assertKind(elements_kind.fast_smi_only, obj);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected