Searched refs:categoryObj (Results 1 – 2 of 2) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/module_manager/ |
D | module_manager.cpp | 137 JSIValue& categoryObj, const char * const bundleName) in GetModuleObject() argument 149 return InitModuleObject(moduleName, modules[i], categoryObj); in GetModuleObject() 167 return InitModuleObject(moduleName, privateModules[i].module, categoryObj); in GetModuleObject() 176 …alue ModuleManager::InitModuleObject(const char * const name, Module module, JSIValue& categoryObj) in InitModuleObject() argument 178 if (categoryObj == 0) { in InitModuleObject() 179 categoryObj = JSI::CreateObject(); in InitModuleObject() 183 JSIValue moduleObj = JSI::GetNamedProperty(categoryObj, name); in InitModuleObject() 197 JSI::SetNamedProperty(categoryObj, name, exports); in InitModuleObject() 199 moduleObj = JSI::GetNamedProperty(categoryObj, name); in InitModuleObject()
|
D | module_manager.h | 141 JSIValue& categoryObj, const char * const bundleName = nullptr); 143 JSIValue InitModuleObject(const char * const name, Module module, JSIValue& categoryObj);
|