Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_async_function.h48 ASSERT(JSTaggedValue(object).IsJSAsyncFunction()); in Cast()
Djs_tagged_value-inl.h1071 inline bool JSTaggedValue::IsJSAsyncFunction() const in IsJSAsyncFunction() function
1073 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAsyncFunction(); in IsJSAsyncFunction()
Djs_tagged_value.h509 bool IsJSAsyncFunction() const;
Djs_hclass.h785 inline bool IsJSAsyncFunction() const in IsJSAsyncFunction() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp701 return JSNApiHelper::ToJSTaggedValue(this).IsJSAsyncFunction(); in IsAsyncFunction()