Searched refs:IsJSAsyncModuleFulfilledFunction (Results 1 – 4 of 4) sorted by relevance
330 CAST_CHECK(JSAsyncModuleFulfilledFunction, IsJSAsyncModuleFulfilledFunction);
636 inline bool JSTaggedValue::IsJSAsyncModuleFulfilledFunction() const in IsJSAsyncModuleFulfilledFunction() function638 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAsyncModuleFulfilledFunction(); in IsJSAsyncModuleFulfilledFunction()
552 bool IsJSAsyncModuleFulfilledFunction() const;
805 inline bool IsJSAsyncModuleFulfilledFunction() const in IsJSAsyncModuleFulfilledFunction() function