Searched refs:JSPromiseAllResolveElementFunction (Results 1 – 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_function.h | 313 class JSPromiseAllResolveElementFunction : public JSFunction { 315 CAST_CHECK(JSPromiseAllResolveElementFunction, IsJSPromiseAllResolveElementFunction);
|
D | object_factory.h | 74 class JSPromiseAllResolveElementFunction; variable 416 JSHandle<JSPromiseAllResolveElementFunction> NewJSPromiseAllResolveElementFunction();
|
D | object_factory.cpp | 1248 … JSPromiseAllResolveElementFunction::Cast(*obj)->SetIndex(thread_, JSTaggedValue::Undefined()); in InitializeJSObject() 1249 … JSPromiseAllResolveElementFunction::Cast(*obj)->SetValues(thread_, JSTaggedValue::Undefined()); in InitializeJSObject() 1250 …JSPromiseAllResolveElementFunction::Cast(*obj)->SetCapabilities(thread_, JSTaggedValue::Undefined(… in InitializeJSObject() 1251 …JSPromiseAllResolveElementFunction::Cast(*obj)->SetRemainingElements(thread_, JSTaggedValue::Undef… in InitializeJSObject() 1252 …JSPromiseAllResolveElementFunction::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()
|
D | dump.cpp | 813 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/ |
D | builtins_promise_handler.cpp | 174 JSHandle<JSPromiseAllResolveElementFunction> func = in ResolveElementFunction() 175 JSHandle<JSPromiseAllResolveElementFunction>::Cast(GetConstructor(argv)); in ResolveElementFunction()
|
D | builtins_promise.cpp | 538 …JSHandle<JSPromiseAllResolveElementFunction> resoleveElement = factory->NewJSPromiseAllResolveElem… in PerformPromiseAll()
|
D | builtins.cpp | 2811 factory_->NewEcmaHClass(JSPromiseAllResolveElementFunction::SIZE, in InitializeForPromiseFuncClass()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | object_xray.h | 189 … auto jsPromiseAllResolveElementFunction = JSPromiseAllResolveElementFunction::Cast(object); in VisitObjectBody()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | dump_test.cpp | 478 CHECK_DUMP_FIELDS(JSFunction::SIZE, JSPromiseAllResolveElementFunction::SIZE, 5U); in HWTEST_F_L0()
|