Home
last modified time | relevance | path

Searched refs:JSPromiseAllResolveElementFunction (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h313 class JSPromiseAllResolveElementFunction : public JSFunction {
315 CAST_CHECK(JSPromiseAllResolveElementFunction, IsJSPromiseAllResolveElementFunction);
Dobject_factory.h74 class JSPromiseAllResolveElementFunction; variable
416 JSHandle<JSPromiseAllResolveElementFunction> NewJSPromiseAllResolveElementFunction();
Dobject_factory.cpp1248JSPromiseAllResolveElementFunction::Cast(*obj)->SetIndex(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1249JSPromiseAllResolveElementFunction::Cast(*obj)->SetValues(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1250JSPromiseAllResolveElementFunction::Cast(*obj)->SetCapabilities(thread_, JSTaggedValue::Undefined(… in InitializeJSObject()
1251JSPromiseAllResolveElementFunction::Cast(*obj)->SetRemainingElements(thread_, JSTaggedValue::Undef… in InitializeJSObject()
1252JSPromiseAllResolveElementFunction::Cast(*obj)->SetAlreadyCalled(thread_, JSTaggedValue::Undefined… in InitializeJSObject()
2839 JSHandle<JSPromiseAllResolveElementFunction> ObjectFactory::NewJSPromiseAllResolveElementFunction() in NewJSPromiseAllResolveElementFunction()
2843 JSHandle<JSPromiseAllResolveElementFunction> function = in NewJSPromiseAllResolveElementFunction()
2844 JSHandle<JSPromiseAllResolveElementFunction>::Cast(NewJSObject(hclass)); in NewJSPromiseAllResolveElementFunction()
Ddump.cpp813 JSPromiseAllResolveElementFunction::Cast(obj)->Dump(os); in DumpObject()
2665 void JSPromiseAllResolveElementFunction::Dump(std::ostream &os) const in Dump()
3855 JSPromiseAllResolveElementFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4971 void JSPromiseAllResolveElementFunction::DumpForSnapshot(std::vector<std::pair<CString, JSTaggedVal… in DumpForSnapshot()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp174 JSHandle<JSPromiseAllResolveElementFunction> func = in ResolveElementFunction()
175 JSHandle<JSPromiseAllResolveElementFunction>::Cast(GetConstructor(argv)); in ResolveElementFunction()
Dbuiltins_promise.cpp538 …JSHandle<JSPromiseAllResolveElementFunction> resoleveElement = factory->NewJSPromiseAllResolveElem… in PerformPromiseAll()
Dbuiltins.cpp2811 factory_->NewEcmaHClass(JSPromiseAllResolveElementFunction::SIZE, in InitializeForPromiseFuncClass()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h189 … auto jsPromiseAllResolveElementFunction = JSPromiseAllResolveElementFunction::Cast(object); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp478 CHECK_DUMP_FIELDS(JSFunction::SIZE, JSPromiseAllResolveElementFunction::SIZE, 5U); in HWTEST_F_L0()