Home
last modified time | relevance | path

Searched refs:IsJSAsyncFunction (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_async_function.h49 ASSERT(JSTaggedValue(object).IsJSAsyncFunction()); in Cast()
Djs_tagged_value-inl.h921 inline bool JSTaggedValue::IsJSAsyncFunction() const in IsJSAsyncFunction() function
923 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAsyncFunction(); in IsJSAsyncFunction()
Djs_tagged_value.h548 bool IsJSAsyncFunction() const;
Djs_hclass.h916 inline bool IsJSAsyncFunction() const in IsJSAsyncFunction() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp884 return JSNApiHelper::ToJSTaggedValue(this).IsJSAsyncFunction(); in IsAsyncFunction()