Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h315 CAST_CHECK(JSPromiseAllResolveElementFunction, IsJSPromiseAllResolveElementFunction);
Djs_tagged_value-inl.h621 inline bool JSTaggedValue::IsJSPromiseAllResolveElementFunction() const in IsJSPromiseAllResolveElementFunction() function
623 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSPromiseAllResolveElementFunction(); in IsJSPromiseAllResolveElementFunction()
Djs_tagged_value.h605 bool IsJSPromiseAllResolveElementFunction() const;
Djs_hclass.h723 inline bool IsJSPromiseAllResolveElementFunction() const in IsJSPromiseAllResolveElementFunction() function