Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h450 class JSAsyncModuleRejectedFunction : public JSFunction {
452 CAST_CHECK(JSAsyncModuleRejectedFunction, IsJSAsyncModuleRejectedFunction);
Dobject_factory.h86 class JSAsyncModuleRejectedFunction; variable
472 JSHandle<JSAsyncModuleRejectedFunction> CreateJSAsyncModuleRejectedFunction();
Ddump.cpp864 JSAsyncModuleRejectedFunction::Cast(obj)->Dump(os); in DumpObject()
2988 void JSAsyncModuleRejectedFunction::Dump(std::ostream &os) const in Dump()
4096 JSAsyncModuleRejectedFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
5456 void JSAsyncModuleRejectedFunction::DumpForSnapshot(std::vector<Reference> &vec) const in DumpForSnapshot()
Dobject_factory.cpp1582JSAsyncModuleRejectedFunction::Cast(*obj)->SetModule(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
3626 JSHandle<JSAsyncModuleRejectedFunction> ObjectFactory::CreateJSAsyncModuleRejectedFunction() in CreateJSAsyncModuleRejectedFunction()
3630 JSHandle<JSAsyncModuleRejectedFunction> rejectedFunction = in CreateJSAsyncModuleRejectedFunction()
3631 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.cpp1861 JSHandle<JSAsyncModuleRejectedFunction> onRejected = in ExecuteAsyncModule()
2075 JSHandle<JSAsyncModuleRejectedFunction> rejectedFunc = in AsyncModuleRejectedFunc()
2076 JSHandle<JSAsyncModuleRejectedFunction>::Cast(base::BuiltinsBase::GetConstructor(argv)); in AsyncModuleRejectedFunc()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp519 CHECK_DUMP_FIELDS(JSFunction::SIZE, JSAsyncModuleRejectedFunction::SIZE, 0U); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Djs_metadata_test.cpp591 JSAsyncModuleRejectedFunction::SIZE - JSAsyncModuleRejectedFunction::SIZE}}, in JSMetadataTestHelper()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp2619JSAsyncModuleRejectedFunction::SIZE, JSType::JS_ASYNC_MODULE_REJECTED_FUNCTION, env->GetFunctionPr… in InitializeForPromiseFuncClass()