Searched refs:IsJSAsyncModuleRejectedFunction (Results 1 – 4 of 4) sorted by relevance
342 CAST_CHECK(JSAsyncModuleRejectedFunction, IsJSAsyncModuleRejectedFunction);
641 inline bool JSTaggedValue::IsJSAsyncModuleRejectedFunction() const in IsJSAsyncModuleRejectedFunction() function643 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAsyncModuleRejectedFunction(); in IsJSAsyncModuleRejectedFunction()
553 bool IsJSAsyncModuleRejectedFunction() const;
810 inline bool IsJSAsyncModuleRejectedFunction() const in IsJSAsyncModuleRejectedFunction() function