Searched refs:StoreModuleValueInternal (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_manager.h | 110 void StoreModuleValueInternal(JSHandle<SourceTextModule> ¤tModule, 117 void StoreModuleValueInternal(JSHandle<SourceTextModule> ¤tModule,
|
| D | js_module_manager.cpp | 243 StoreModuleValueInternal(currentModule, index, value); in StoreModuleValue() 250 StoreModuleValueInternal(currentModule, index, value); in StoreModuleValue() 253 void ModuleManager::StoreModuleValueInternal(JSHandle<SourceTextModule> ¤tModule, in StoreModuleValueInternal() function in panda::ecmascript::ModuleManager 329 StoreModuleValueInternal(currentModule, key, value); in StoreModuleValue() 336 StoreModuleValueInternal(currentModule, key, value); in StoreModuleValue() 339 void ModuleManager::StoreModuleValueInternal(JSHandle<SourceTextModule> ¤tModule, in StoreModuleValueInternal() function in panda::ecmascript::ModuleManager
|