Home
last modified time | relevance | path

Searched refs:nextPromise (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8PromiseCustom.cpp564 v8::Local<v8::Object> nextPromise = V8PromiseCustom::toPromise(nextValue, isolate); in raceMethodCustom() local
565 V8PromiseCustom::then(nextPromise, onFulfilled, onRejected, isolate); in raceMethodCustom()
601 v8::Local<v8::Object> nextPromise = V8PromiseCustom::toPromise(nextValue, isolate); in allMethodCustom() local
602 V8PromiseCustom::then(nextPromise, onFulfilled, onRejected, isolate); in allMethodCustom()