Searched refs:IsJSAsyncModuleFulfilledFunction (Results 1 – 4 of 4) sorted by relevance
433 inline bool JSTaggedValue::IsJSAsyncModuleFulfilledFunction() const in IsJSAsyncModuleFulfilledFunction() function435 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAsyncModuleFulfilledFunction(); in IsJSAsyncModuleFulfilledFunction()
526 CAST_CHECK(JSAsyncModuleFulfilledFunction, IsJSAsyncModuleFulfilledFunction);
649 bool IsJSAsyncModuleFulfilledFunction() const;
1001 inline bool IsJSAsyncModuleFulfilledFunction() const in IsJSAsyncModuleFulfilledFunction() function