Home
last modified time | relevance | path

Searched refs:StoreModuleValueInternal (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.h97 void StoreModuleValueInternal(JSHandle<SourceTextModule> &currentModule,
104 void StoreModuleValueInternal(JSHandle<SourceTextModule> &currentModule,
Djs_module_manager.cpp202 StoreModuleValueInternal(currentModule, index, value); in StoreModuleValue()
209 StoreModuleValueInternal(currentModule, index, value); in StoreModuleValue()
212 void ModuleManager::StoreModuleValueInternal(JSHandle<SourceTextModule> &currentModule, in StoreModuleValueInternal() function in panda::ecmascript::ModuleManager
288 StoreModuleValueInternal(currentModule, key, value); in StoreModuleValue()
295 StoreModuleValueInternal(currentModule, key, value); in StoreModuleValue()
298 void ModuleManager::StoreModuleValueInternal(JSHandle<SourceTextModule> &currentModule, in StoreModuleValueInternal() function in panda::ecmascript::ModuleManager