mirror of
https://github.com/tc39/test262.git
synced 2025-09-30 05:28:44 +02: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].