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