Searched refs:IsPromise (Results 1 – 8 of 8) sorted by relevance
12 BUILTIN(IsPromise) { in BUILTIN() argument
861 CPP(IsPromise) \
234 if (value->IsPromise()) { in subtypeCallback()263 } else if (info[0]->IsPromise()) { in getInternalPropertiesCallback()
310 if (!scope.object()->IsPromise()) { in awaitPromise()
613 bool isPromiseRejection = promise->IsPromise(); in ExceptionThrown()
147 if (parent->IsPromise()) { in ShellPromiseHook()
3541 bool Value::IsPromise() const { return Utils::OpenHandle(this)->IsJSPromise(); } in IsPromise() function in v8::Value3794 Utils::ApiCheck(that->IsPromise(), "v8::Promise::Cast", in CheckCast()3800 Utils::ApiCheck(that->IsPromise(), "v8::Promise::Resolver::Cast", in CheckCast()
2390 bool IsPromise() const;