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

Function array_load_set_smi_check

deps/v8/test/mjsunit/external-array.js:361–363  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

359 }
360
361 function array_load_set_smi_check(a) {
362 return a[0] = a[0] = 1;
363 }
364
365 array_load_set_smi_check(a);
366 array_load_set_smi_check(0);

Callers 1

external-array.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected