Files
ladybird/Userland/Libraries/LibJS/Runtime/ArrayConstructor.cpp
tuqqu c8ad1df143 LibJS: Array.from mapFn fixes + thisArg support
* Callback mapFn now properly supports second argument (index)
* Support of thisArg to be passed as "this" in vm.call
* Tests for all cases
2021-04-13 15:16:16 +02:00

5.8 KiB