Searched refs:StoreModuleValueInternal (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_manager.h | 149 void StoreModuleValueInternal(JSHandle<SourceTextModule> ¤tModule, 156 void StoreModuleValueInternal(JSHandle<SourceTextModule> ¤tModule,
|
| D | js_module_manager.cpp | 241 StoreModuleValueInternal(currentModule, index, value); in StoreModuleValue() 248 StoreModuleValueInternal(currentModule, index, value); in StoreModuleValue() 251 void ModuleManager::StoreModuleValueInternal(JSHandle<SourceTextModule> ¤tModule, in StoreModuleValueInternal() function in panda::ecmascript::ModuleManager 328 StoreModuleValueInternal(currentModule, key, value); in StoreModuleValue() 335 StoreModuleValueInternal(currentModule, key, value); in StoreModuleValue() 338 void ModuleManager::StoreModuleValueInternal(JSHandle<SourceTextModule> ¤tModule, in StoreModuleValueInternal() function in panda::ecmascript::ModuleManager
|