Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h524 class JSAsyncModuleFulfilledFunction : public JSFunction {
526 CAST_CHECK(JSAsyncModuleFulfilledFunction, IsJSAsyncModuleFulfilledFunction);
Dobject_factory.h90 class JSAsyncModuleFulfilledFunction; variable
500 JSHandle<JSAsyncModuleFulfilledFunction> CreateJSAsyncModuleFulfilledFunction();
Ddump.cpp897 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()
Dobject_factory.cpp1670JSAsyncModuleFulfilledFunction::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/
Dobject_xray.h235 auto jsAsyncModuleFulfilledFunction = JSAsyncModuleFulfilledFunction::Cast(object); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp1831 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/
Ddump_test.cpp574 CHECK_DUMP_FIELDS(JSFunction::SIZE, JSAsyncModuleFulfilledFunction::SIZE, 0U); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Djs_metadata_test.cpp599 JSAsyncModuleFulfilledFunction::SIZE - JSAsyncModuleFulfilledFunction::SIZE}}, in JSMetadataTestHelper()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp2631JSAsyncModuleFulfilledFunction::SIZE, JSType::JS_ASYNC_MODULE_FULFILLED_FUNCTION, env->GetFunction… in InitializeForPromiseFuncClass()