MCPcopy
hub / github.com/pixijs/pixijs / heap32VectorToArray

Function heap32VectorToArray

transcoders/basis/basis_transcoder.js:751–758  ·  view source on GitHub ↗
(count, firstElement)

Source from the content-addressed store, hash-verified

749 return [referenceConverter, pointerConverter, constPointerConverter];
750 });
751 } function heap32VectorToArray(count, firstElement)
752 {
753 const array = [];
754
755 for (let i = 0; i < count; i++) { array.push(HEAP32[(firstElement >> 2) + i]); }
756
757 return array;
758 } function runDestructors(destructors)
759 {
760 while (destructors.length)
761 {

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected