Searched refs:IsAsyncFuncObject (Results 1 – 4 of 4) sorted by relevance
99 CAST_CHECK(JSAsyncFuncObject, IsAsyncFuncObject);
1290 inline bool JSTaggedValue::IsAsyncFuncObject() const in IsAsyncFuncObject() function1292 return IsHeapObject() && GetTaggedObject()->GetClass()->IsAsyncFuncObject(); in IsAsyncFuncObject()
545 bool IsAsyncFuncObject() const;
1380 inline bool IsAsyncFuncObject() const in IsAsyncFuncObject() function