mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
- normal case with synchronous and asynchronous mapfn - a non-callable value is passed as mapfn - behaviour of various values of thisArg in strict and sloppy mode - mapfn result is awaited once per iteration - iterator is closed when mapfn throws