MCPcopy Index your code
hub / github.com/nodejs/node / ReadElement2

Function ReadElement2

deps/v8/test/mjsunit/typedarray-resizablearraybuffer.js:708–710  ·  view source on GitHub ↗
(ta)

Source from the content-addressed store, hash-verified

706
707(function OOBBehavesLikeDetached() {
708 function ReadElement2(ta) {
709 return ta[2];
710 }
711 function HasElement2(ta) {
712 return 2 in ta;
713 }

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…