Home
last modified time | relevance | path

Searched refs:ProcessLazyModuleLoadInfo (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_tools.h44 …static JSTaggedValue ProcessLazyModuleLoadInfo(JSThread *thread, JSHandle<SourceTextModule> curren…
Dmodule_tools.cpp197 JSTaggedValue ModuleTools::ProcessLazyModuleLoadInfo(JSThread *thread, JSHandle<SourceTextModule> c… in ProcessLazyModuleLoadInfo() function in panda::ecmascript::ModuleTools
Djs_module_manager.cpp178 … return ModuleTools::ProcessLazyModuleLoadInfo(thread, currentModuleHdl, resolvedBinding, index); in GetLazyModuleValueOutterInternal()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp2864 …JSTaggedValue res3 = ModuleTools::ProcessLazyModuleLoadInfo(thread, module1, indexBinding.GetTagge… in HWTEST_F_L0()
2871 …JSTaggedValue res5 = ModuleTools::ProcessLazyModuleLoadInfo(thread, module1, indexBinding.GetTagge… in HWTEST_F_L0()
2877 …JSTaggedValue res7 = ModuleTools::ProcessLazyModuleLoadInfo(thread, module1, indexBinding.GetTagge… in HWTEST_F_L0()
2937 …JSTaggedValue res3 = ModuleTools::ProcessLazyModuleLoadInfo(thread, module1, resolution.GetTaggedV… in HWTEST_F_L0()
2986 …JSTaggedValue res3 = ModuleTools::ProcessLazyModuleLoadInfo(thread, module1, resolution.GetTaggedV… in HWTEST_F_L0()
3029 JSTaggedValue res2 = ModuleTools::ProcessLazyModuleLoadInfo( in HWTEST_F_L0()
3040 …JSTaggedValue res4 = ModuleTools::ProcessLazyModuleLoadInfo(thread, module1, nameBinding.GetTagged… in HWTEST_F_L0()