Home | History | Annotate | Download | only in include

Lines Matching defs:Resolver

3366   class V8_EXPORT Resolver : public Object {
3369 * Create a new resolver, along with an associated promise in pending state.
3372 Local<Resolver> New(Isolate* isolate));
3373 static V8_WARN_UNUSED_RESULT MaybeLocal<Resolver> New(
3393 V8_INLINE static Resolver* Cast(Value* obj);
3396 Resolver();
6429 * \note the resolver function must not cause garbage collection.
8492 Promise::Resolver* Promise::Resolver::Cast(v8::Value* value) {
8496 return static_cast<Promise::Resolver*>(value);