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 | 54 JSTaggedValue ModuleTools::ProcessModuleLoadInfo(JSThread *thread, JSHandle<SourceTextModule> curre… in ProcessModuleLoadInfo() function in panda::ecmascript::ModuleTools
|
| D | js_module_manager.cpp | 115 return ModuleTools::ProcessModuleLoadInfo(thread, currentModuleHdl, resolvedBinding, index); in GetModuleValueOutterInternal()
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 1562 …JSTaggedValue res1 = ModuleTools::ProcessModuleLoadInfo(thread, module1, indexBinding.GetTaggedVal… in HWTEST_F_L0() 1617 …JSTaggedValue res2 = ModuleTools::ProcessModuleLoadInfo(thread, module1, resolution.GetTaggedValue… in HWTEST_F_L0() 1658 …JSTaggedValue res1 = ModuleTools::ProcessModuleLoadInfo(thread, module1, resolution.GetTaggedValue… in HWTEST_F_L0() 1701 …JSTaggedValue res1 = ModuleTools::ProcessModuleLoadInfo(thread, module1, recordIndexBinding.GetTag… in HWTEST_F_L0() 1707 …JSTaggedValue res2 = ModuleTools::ProcessModuleLoadInfo(thread, module1, nameBinding.GetTaggedValu… in HWTEST_F_L0()
|