Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h409 inline bool JSTaggedValue::IsJSAsyncModuleRejectedFunction() const in IsJSAsyncModuleRejectedFunction() function
411 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAsyncModuleRejectedFunction(); in IsJSAsyncModuleRejectedFunction()
Djs_function.h513 CAST_CHECK(JSAsyncModuleRejectedFunction, IsJSAsyncModuleRejectedFunction);
Djs_tagged_value.h609 bool IsJSAsyncModuleRejectedFunction() const;
Djs_hclass.h970 inline bool IsJSAsyncModuleRejectedFunction() const in IsJSAsyncModuleRejectedFunction() function