Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-06-11 14:45:10 +03:00
parent 299f6baee4
commit d4362f1fbc

View File

@ -314,6 +314,8 @@ object.Constructor('IterablePromise', Promise, {
// promises for values because any promise in .__list makes the
// value count/index non-deterministic...
sort: iterPromiseProxy('sort'),
// XXX we could have a special-case here for .slice()/slice(0, -1)
// and possibly othets, should we???
slice: iterPromiseProxy('slice'),
entries: iterPromiseProxy('entries'),
keys: iterPromiseProxy('keys'),