Searched refs:nextPromise (Results 1 – 1 of 1) sorted by relevance
564 v8::Local<v8::Object> nextPromise = V8PromiseCustom::toPromise(nextValue, isolate); in raceMethodCustom() local565 V8PromiseCustom::then(nextPromise, onFulfilled, onRejected, isolate); in raceMethodCustom()601 v8::Local<v8::Object> nextPromise = V8PromiseCustom::toPromise(nextValue, isolate); in allMethodCustom() local602 V8PromiseCustom::then(nextPromise, onFulfilled, onRejected, isolate); in allMethodCustom()