Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-01-02 22:16:23 +03:00
parent bcea805503
commit 92fe934ade

View File

@ -849,6 +849,11 @@ object.Constructor('IterablePromise', Promise, {
var IterableSequentialPromise =
module.IterableSequentialPromise =
object.Constructor('IterableSequentialPromise', IterablePromise, {
__pack: function(list, handler=undefined, onerror=undefined){
// XXX
},
__new__: function(_, list, handler=undefined, onerror=undefined){
var [_, list, ...rest] = arguments
var res = list