Home
last modified time | relevance | path

Searched refs:JSAsyncModuleRejectedFunction (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h340 class JSAsyncModuleRejectedFunction : public JSFunction {
342 CAST_CHECK(JSAsyncModuleRejectedFunction, IsJSAsyncModuleRejectedFunction);
Dobject_factory.h77 class JSAsyncModuleRejectedFunction; variable
450 JSHandle<JSAsyncModuleRejectedFunction> CreateJSAsyncModuleRejectedFunction();
Ddump.cpp885 JSAsyncModuleRejectedFunction::Cast(obj)->Dump(os); in DumpObject()
2821 void JSAsyncModuleRejectedFunction::Dump(std::ostream &os) const in Dump()
4083 JSAsyncModuleRejectedFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
5399 void JSAsyncModuleRejectedFunction::DumpForSnapshot(std::vector<Reference> &vec) const in DumpForSnapshot()
Dobject_factory.cpp1348JSAsyncModuleRejectedFunction::Cast(*obj)->SetModule(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
3301 JSHandle<JSAsyncModuleRejectedFunction> ObjectFactory::CreateJSAsyncModuleRejectedFunction() in CreateJSAsyncModuleRejectedFunction()
3305 JSHandle<JSAsyncModuleRejectedFunction> rejectedFunction = in CreateJSAsyncModuleRejectedFunction()
3306 JSHandle<JSAsyncModuleRejectedFunction>::Cast(NewJSObject(hclass)); in CreateJSAsyncModuleRejectedFunction()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h202 auto jsAsyncModuleRejectedFunction = JSAsyncModuleRejectedFunction::Cast(object); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp1849 JSHandle<JSAsyncModuleRejectedFunction> onRejected = in ExecuteAsyncModule()
2063 JSHandle<JSAsyncModuleRejectedFunction> rejectedFunc = in AsyncModuleRejectedFunc()
2064 JSHandle<JSAsyncModuleRejectedFunction>::Cast(base::BuiltinsBase::GetConstructor(argv)); in AsyncModuleRejectedFunc()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp501 CHECK_DUMP_FIELDS(JSFunction::SIZE, JSAsyncModuleRejectedFunction::SIZE, 1U); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp2524JSAsyncModuleRejectedFunction::SIZE, JSType::JS_ASYNC_MODULE_REJECTED_FUNCTION, env->GetFunctionPr… in InitializeForPromiseFuncClass()