mirror of
https://github.com/tc39/test262.git
synced 2025-11-19 21:29:49 +01:00
%TypedArray%.prototype.map's iteration count does not change even though the source view is resized during the iteration. And since result is just returning index, then result array should be [0, 1, 2].