Searched refs:ProcessModuleLoadInfo (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_tools.h | 31 …static JSTaggedValue ProcessModuleLoadInfo(JSThread *thread, JSHandle<SourceTextModule> currentMod…
|
| D | module_tools.cpp | 57 JSTaggedValue ModuleTools::ProcessModuleLoadInfo(JSThread *thread, JSHandle<SourceTextModule> curre… in ProcessModuleLoadInfo() function in panda::ecmascript::ModuleTools
|
| D | js_module_manager.cpp | 111 return ModuleTools::ProcessModuleLoadInfo(thread, currentModuleHdl, resolvedBinding, index); in GetModuleValueOutterInternal()
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 2858 …JSTaggedValue res1 = ModuleTools::ProcessModuleLoadInfo(thread, module1, indexBinding.GetTaggedVal… in HWTEST_F_L0() 2869 …JSTaggedValue res4 = ModuleTools::ProcessModuleLoadInfo(thread, module1, indexBinding.GetTaggedVal… in HWTEST_F_L0() 2875 …JSTaggedValue res6 = ModuleTools::ProcessModuleLoadInfo(thread, module1, indexBinding.GetTaggedVal… in HWTEST_F_L0() 2933 …JSTaggedValue res2 = ModuleTools::ProcessModuleLoadInfo(thread, module1, resolution.GetTaggedValue… in HWTEST_F_L0() 2978 …JSTaggedValue res1 = ModuleTools::ProcessModuleLoadInfo(thread, module1, resolution.GetTaggedValue… in HWTEST_F_L0() 3026 …JSTaggedValue res1 = ModuleTools::ProcessModuleLoadInfo(thread, module1, recordIndexBinding.GetTag… in HWTEST_F_L0() 3036 …JSTaggedValue res3 = ModuleTools::ProcessModuleLoadInfo(thread, module1, nameBinding.GetTaggedValu… in HWTEST_F_L0()
|