Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h511 class JSAsyncModuleRejectedFunction : public JSFunction {
513 CAST_CHECK(JSAsyncModuleRejectedFunction, IsJSAsyncModuleRejectedFunction);
Dobject_factory.h86 class JSAsyncModuleRejectedFunction; variable
472 JSHandle<JSAsyncModuleRejectedFunction> CreateJSAsyncModuleRejectedFunction();
Ddump.cpp860 JSAsyncModuleRejectedFunction::Cast(obj)->Dump(os); in DumpObject()
3006 void JSAsyncModuleRejectedFunction::Dump(std::ostream &os) const in Dump()
4109 JSAsyncModuleRejectedFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
5475 void JSAsyncModuleRejectedFunction::DumpForSnapshot(std::vector<Reference> &vec) const in DumpForSnapshot()
Dobject_factory.cpp1651JSAsyncModuleRejectedFunction::Cast(*obj)->SetModule(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
3803 JSHandle<JSAsyncModuleRejectedFunction> ObjectFactory::CreateJSAsyncModuleRejectedFunction() in CreateJSAsyncModuleRejectedFunction()
3807 JSHandle<JSAsyncModuleRejectedFunction> rejectedFunction = in CreateJSAsyncModuleRejectedFunction()
3808 JSHandle<JSAsyncModuleRejectedFunction>::Cast(NewJSObject(hclass)); in CreateJSAsyncModuleRejectedFunction()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h221 auto jsAsyncModuleRejectedFunction = JSAsyncModuleRejectedFunction::Cast(object); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp1765 JSHandle<JSAsyncModuleRejectedFunction> onRejected = in ExecuteAsyncModule()
1977 JSHandle<JSAsyncModuleRejectedFunction> rejectedFunc = in AsyncModuleRejectedFunc()
1978 JSHandle<JSAsyncModuleRejectedFunction>::Cast(base::BuiltinsBase::GetConstructor(argv)); in AsyncModuleRejectedFunc()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp576 CHECK_DUMP_FIELDS(JSFunction::SIZE, JSAsyncModuleRejectedFunction::SIZE, 0U); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Djs_metadata_test.cpp595 JSAsyncModuleRejectedFunction::SIZE - JSAsyncModuleRejectedFunction::SIZE}}, in JSMetadataTestHelper()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp2640JSAsyncModuleRejectedFunction::SIZE, JSType::JS_ASYNC_MODULE_REJECTED_FUNCTION, env->GetFunctionPr… in InitializeForPromiseFuncClass()