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

Function goo

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

Source from the content-addressed store, hash-verified

638assertArrayPrefix([3, 4], new Int8Array(b3))
639
640function goo(a, i) {
641 return a[i];
642}
643
644function boo(a, i, v) {
645 return a[i] = v;

Calls

no outgoing calls

Tested by

no test coverage detected