Home | History | Annotate | Download | only in include

Lines Matching refs:Resolver

2583   class V8_EXPORT Resolver : public Object {
2586 * Create a new resolver, along with an associated promise in pending state.
2588 static Local<Resolver> New(Isolate* isolate);
2602 V8_INLINE static Resolver* Cast(Value* obj);
2605 Resolver();
4481 * \note the resolver function must not cause garbage collection.
6381 Promise::Resolver* Promise::Resolver::Cast(v8::Value* value) {
6385 return static_cast<Promise::Resolver*>(value);