Searched refs:mSubArray (Results 1 – 1 of 1) sorted by relevance
603 const mSubArray = mFoo.subarray(0, 2); // $ExpectType TypedArray constant604 mSubArray[0] = 2;