Searched defs:StoreModuleValue (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_module_manager.cpp | 237 void ModuleManager::StoreModuleValue(int32_t index, JSTaggedValue value) in StoreModuleValue() function in panda::ecmascript::ModuleManager 244 void ModuleManager::StoreModuleValue(int32_t index, JSTaggedValue value, JSTaggedValue jsFunc) in StoreModuleValue() function in panda::ecmascript::ModuleManager 324 void ModuleManager::StoreModuleValue(JSTaggedValue key, JSTaggedValue value) in StoreModuleValue() function in panda::ecmascript::ModuleManager 331 void ModuleManager::StoreModuleValue(JSTaggedValue key, JSTaggedValue value, JSTaggedValue jsFunc) in StoreModuleValue() function in panda::ecmascript::ModuleManager
|
| H A D | js_module_source_text.cpp | 1456 void SourceTextModule::StoreModuleValue(JSThread *thread, int32_t index, const JSHandle<JSTaggedValue> &value) in StoreModuleValue() function in panda::ecmascript::SourceTextModule 1480 void SourceTextModule::StoreModuleValue(JSThread *thread, const JSHandle<JSTaggedValue> &key, in StoreModuleValue() function in panda::SourceTextModule
|
Completed in 7 milliseconds