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

Function boo

deps/v8/test/mjsunit/external-array.js:644–646  ·  view source on GitHub ↗
(a, i, v)

Source from the content-addressed store, hash-verified

642}
643
644function boo(a, i, v) {
645 return a[i] = v;
646}
647
648function do_tagged_index_external_array_test(constructor) {
649 var t_array = new constructor([1, 2, 3, 4, 5, 6]);

Callers 5

external-array.jsFile · 0.70
DivI.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected