Lines Matching refs:Promise
93 class Promise; variable
3725 class V8_EXPORT Promise : public Object {
3740 Local<Promise> GetPromise();
3768 Local<Promise> Catch(Local<Function> handler));
3769 V8_WARN_UNUSED_RESULT MaybeLocal<Promise> Catch(Local<Context> context,
3773 Local<Promise> Then(Local<Function> handler));
3774 V8_WARN_UNUSED_RESULT MaybeLocal<Promise> Then(Local<Context> context,
3783 V8_INLINE static Promise* Cast(Value* obj);
3786 Promise();
5798 PromiseRejectMessage(Local<Promise> promise, PromiseRejectEvent event, in PromiseRejectMessage()
5805 V8_INLINE Local<Promise> GetPromise() const { return promise_; } in GetPromise()
5815 Local<Promise> promise_;
9266 Promise* Promise::Cast(v8::Value* value) {
9270 return static_cast<Promise*>(value);
9288 Promise::Resolver* Promise::Resolver::Cast(v8::Value* value) {
9292 return static_cast<Promise::Resolver*>(value);