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

Function HasElement2

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

Source from the content-addressed store, hash-verified

709 return ta[2];
710 }
711 function HasElement2(ta) {
712 return 2 in ta;
713 }
714
715 const rab = CreateResizableArrayBuffer(16, 40);
716 const i8a = new Int8Array(rab, 0, 4);

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…