mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +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].