Home
last modified time | relevance | path

Searched refs:IsJSAsyncModuleRejectedFunction (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h342 CAST_CHECK(JSAsyncModuleRejectedFunction, IsJSAsyncModuleRejectedFunction);
Djs_tagged_value-inl.h641 inline bool JSTaggedValue::IsJSAsyncModuleRejectedFunction() const in IsJSAsyncModuleRejectedFunction() function
643 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAsyncModuleRejectedFunction(); in IsJSAsyncModuleRejectedFunction()
Djs_tagged_value.h553 bool IsJSAsyncModuleRejectedFunction() const;
Djs_hclass.h810 inline bool IsJSAsyncModuleRejectedFunction() const in IsJSAsyncModuleRejectedFunction() function