Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h351 CAST_CHECK(JSPromiseAllSettledElementFunction, IsJSPromiseAllSettledElementFunction);
Djs_tagged_value-inl.h811 inline bool JSTaggedValue::IsJSPromiseAllSettledElementFunction() const in IsJSPromiseAllSettledElementFunction() function
813 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSPromiseAllSettledElementFunction(); in IsJSPromiseAllSettledElementFunction()
Djs_tagged_value.h611 bool IsJSPromiseAllSettledElementFunction() const;
Djs_hclass.h738 inline bool IsJSPromiseAllSettledElementFunction() const in IsJSPromiseAllSettledElementFunction() function