Searched refs:JSAsyncModuleFulfilledFunction (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.h | 524 class JSAsyncModuleFulfilledFunction : public JSFunction { 526 CAST_CHECK(JSAsyncModuleFulfilledFunction, IsJSAsyncModuleFulfilledFunction);
|
| D | object_factory.h | 90 class JSAsyncModuleFulfilledFunction; variable 500 JSHandle<JSAsyncModuleFulfilledFunction> CreateJSAsyncModuleFulfilledFunction();
|
| D | dump.cpp | 897 JSAsyncModuleFulfilledFunction::Cast(obj)->Dump(thread, os); in DumpObject() 3105 void JSAsyncModuleFulfilledFunction::Dump(const JSThread *thread, std::ostream &os) const in Dump() 4227 JSAsyncModuleFulfilledFunction::Cast(obj)->DumpForSnapshot(thread, vec); in DumpObject() 5608 void JSAsyncModuleFulfilledFunction::DumpForSnapshot(const JSThread *thread, std::vector<Reference>… in DumpForSnapshot()
|
| D | object_factory.cpp | 1670 …JSAsyncModuleFulfilledFunction::Cast(*obj)->SetModule<SKIP_BARRIER>(thread_, JSTaggedValue::Undefi… in InitializeJSObject() 3880 JSHandle<JSAsyncModuleFulfilledFunction> ObjectFactory::CreateJSAsyncModuleFulfilledFunction() in CreateJSAsyncModuleFulfilledFunction() 3884 JSHandle<JSAsyncModuleFulfilledFunction> fulfilledFunction = in CreateJSAsyncModuleFulfilledFunction() 3885 JSHandle<JSAsyncModuleFulfilledFunction>::Cast(NewJSObject(hclass)); in CreateJSAsyncModuleFulfilledFunction()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | object_xray.h | 235 auto jsAsyncModuleFulfilledFunction = JSAsyncModuleFulfilledFunction::Cast(object); in VisitObjectBody()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 1831 JSHandle<JSAsyncModuleFulfilledFunction> onFulfilled = in ExecuteAsyncModule() 2019 JSHandle<JSAsyncModuleFulfilledFunction> fulfilledFunc = in AsyncModuleFulfilledFunc() 2020 JSHandle<JSAsyncModuleFulfilledFunction>::Cast(base::BuiltinsBase::GetConstructor(argv)); in AsyncModuleFulfilledFunc()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | dump_test.cpp | 574 CHECK_DUMP_FIELDS(JSFunction::SIZE, JSAsyncModuleFulfilledFunction::SIZE, 0U); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | js_metadata_test.cpp | 599 JSAsyncModuleFulfilledFunction::SIZE - JSAsyncModuleFulfilledFunction::SIZE}}, in JSMetadataTestHelper()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins.cpp | 2631 …JSAsyncModuleFulfilledFunction::SIZE, JSType::JS_ASYNC_MODULE_FULFILLED_FUNCTION, env->GetFunction… in InitializeForPromiseFuncClass()
|