Skip to content

commits Search Results · repo:tc39/test262 Array.fromAsync language:JavaScript

Filter by

8 results
 (531 ms)

8 results

intc39/test262 (press backspace or delete to remove)

  •  js-choi committed 
    on Apr 14

* Update two constructor tests of Array.fromAsync * Remove extra comment --------- Co-authored-by: Rezvan Mahdavi Hezaveh <rezvan@chromiu…
  •  rmahdav committed 
    on Sep 19, 2023

Next proposal that the Igalia team plans to tackle is Array.fromAsync. This adds the feature flag.

Here are some of the standard tests for property metadata of the Array.fromAsync property and for the built-in function object. These don…
  •  ptomato committed 
    on Nov 4, 2022

Co-authored-by: Philip Chimento <pchimento@igalia.com>

This PR adds some more tests for Array.fromAsync proposal. It includes most of the tests defined in https://github.com/es-shims/array-fro…

- normal case with synchronous and asynchronous mapfn - a non-callable value is passed as mapfn - behaviour of various values of thisArg …

This contains a few more tests for Array.fromAsync, in addition to what has already been merged and what is under review at #3791. This c…