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