Searched refs:IsJSAsyncModuleFulfilledFunction (Results 1 – 4 of 4) sorted by relevance
404 inline bool JSTaggedValue::IsJSAsyncModuleFulfilledFunction() const in IsJSAsyncModuleFulfilledFunction() function406 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAsyncModuleFulfilledFunction(); in IsJSAsyncModuleFulfilledFunction()
502 CAST_CHECK(JSAsyncModuleFulfilledFunction, IsJSAsyncModuleFulfilledFunction);
608 bool IsJSAsyncModuleFulfilledFunction() const;
965 inline bool IsJSAsyncModuleFulfilledFunction() const in IsJSAsyncModuleFulfilledFunction() function