Searched refs:ProcessLazyModuleLoadInfo (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_tools.h | 44 …static JSTaggedValue ProcessLazyModuleLoadInfo(JSThread *thread, JSHandle<SourceTextModule> curren…
|
| D | module_tools.cpp | 197 JSTaggedValue ModuleTools::ProcessLazyModuleLoadInfo(JSThread *thread, JSHandle<SourceTextModule> c… in ProcessLazyModuleLoadInfo() function in panda::ecmascript::ModuleTools
|
| D | js_module_manager.cpp | 178 … return ModuleTools::ProcessLazyModuleLoadInfo(thread, currentModuleHdl, resolvedBinding, index); in GetLazyModuleValueOutterInternal()
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 2864 …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()
|