Searched refs:JSAsyncModuleRejectedFunction (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.h | 535 class JSAsyncModuleRejectedFunction : public JSFunction { 537 CAST_CHECK(JSAsyncModuleRejectedFunction, IsJSAsyncModuleRejectedFunction);
|
| D | object_factory.h | 91 class JSAsyncModuleRejectedFunction; variable 502 JSHandle<JSAsyncModuleRejectedFunction> CreateJSAsyncModuleRejectedFunction();
|
| D | dump.cpp | 900 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()
|
| D | object_factory.cpp | 1674 …JSAsyncModuleRejectedFunction::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/ |
| D | object_xray.h | 240 auto jsAsyncModuleRejectedFunction = JSAsyncModuleRejectedFunction::Cast(object); in VisitObjectBody()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 1835 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/ |
| D | dump_test.cpp | 582 CHECK_DUMP_FIELDS(JSFunction::SIZE, JSAsyncModuleRejectedFunction::SIZE, 0U); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | js_metadata_test.cpp | 601 JSAsyncModuleRejectedFunction::SIZE - JSAsyncModuleRejectedFunction::SIZE}}, in JSMetadataTestHelper()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins.cpp | 2637 …JSAsyncModuleRejectedFunction::SIZE, JSType::JS_ASYNC_MODULE_REJECTED_FUNCTION, env->GetFunctionPr… in InitializeForPromiseFuncClass()
|