Searched refs:IsJSAsyncModuleRejectedFunction (Results 1 – 4 of 4) sorted by relevance
409 inline bool JSTaggedValue::IsJSAsyncModuleRejectedFunction() const in IsJSAsyncModuleRejectedFunction() function411 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAsyncModuleRejectedFunction(); in IsJSAsyncModuleRejectedFunction()
513 CAST_CHECK(JSAsyncModuleRejectedFunction, IsJSAsyncModuleRejectedFunction);
609 bool IsJSAsyncModuleRejectedFunction() const;
970 inline bool IsJSAsyncModuleRejectedFunction() const in IsJSAsyncModuleRejectedFunction() function