Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h535 class JSAsyncModuleRejectedFunction : public JSFunction {
537 CAST_CHECK(JSAsyncModuleRejectedFunction, IsJSAsyncModuleRejectedFunction);
Dobject_factory.h91 class JSAsyncModuleRejectedFunction; variable
502 JSHandle<JSAsyncModuleRejectedFunction> CreateJSAsyncModuleRejectedFunction();
Ddump.cpp900 JSAsyncModuleRejectedFunction::Cast(obj)->Dump(thread, os); in DumpObject()
3112 void JSAsyncModuleRejectedFunction::Dump(const JSThread *thread, std::ostream &os) const in Dump()
4230 JSAsyncModuleRejectedFunction::Cast(obj)->DumpForSnapshot(thread, vec); in DumpObject()
5614 void JSAsyncModuleRejectedFunction::DumpForSnapshot(const JSThread *thread, std::vector<Reference> … in DumpForSnapshot()
Dobject_factory.cpp1674JSAsyncModuleRejectedFunction::Cast(*obj)->SetModule<SKIP_BARRIER>(thread_, JSTaggedValue::Undefin… in InitializeJSObject()
3896 JSHandle<JSAsyncModuleRejectedFunction> ObjectFactory::CreateJSAsyncModuleRejectedFunction() in CreateJSAsyncModuleRejectedFunction()
3900 JSHandle<JSAsyncModuleRejectedFunction> rejectedFunction = in CreateJSAsyncModuleRejectedFunction()
3901 JSHandle<JSAsyncModuleRejectedFunction>::Cast(NewJSObject(hclass)); in CreateJSAsyncModuleRejectedFunction()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h240 auto jsAsyncModuleRejectedFunction = JSAsyncModuleRejectedFunction::Cast(object); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp1835 JSHandle<JSAsyncModuleRejectedFunction> onRejected = in ExecuteAsyncModule()
2032 JSHandle<JSAsyncModuleRejectedFunction> rejectedFunc = in AsyncModuleRejectedFunc()
2033 JSHandle<JSAsyncModuleRejectedFunction>::Cast(base::BuiltinsBase::GetConstructor(argv)); in AsyncModuleRejectedFunc()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp582 CHECK_DUMP_FIELDS(JSFunction::SIZE, JSAsyncModuleRejectedFunction::SIZE, 0U); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Djs_metadata_test.cpp601 JSAsyncModuleRejectedFunction::SIZE - JSAsyncModuleRejectedFunction::SIZE}}, in JSMetadataTestHelper()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp2637JSAsyncModuleRejectedFunction::SIZE, JSType::JS_ASYNC_MODULE_REJECTED_FUNCTION, env->GetFunctionPr… in InitializeForPromiseFuncClass()