Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h332 CAST_CHECK(JSPromiseAnyRejectElementFunction, IsJSPromiseAnyRejectElementFunction);
Djs_tagged_value-inl.h806 inline bool JSTaggedValue::IsJSPromiseAnyRejectElementFunction() const in IsJSPromiseAnyRejectElementFunction() function
808 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSPromiseAnyRejectElementFunction(); in IsJSPromiseAnyRejectElementFunction()
Djs_tagged_value.h610 bool IsJSPromiseAnyRejectElementFunction() const;
Djs_hclass.h733 inline bool IsJSPromiseAnyRejectElementFunction() const in IsJSPromiseAnyRejectElementFunction() function