| 42 | } |
| 43 | |
| 44 | bool NativeModule::getImportSymbolInfo(std::string const &encSymbol, |
| 45 | std::string *modName, |
| 46 | std::string *libName, |
| 47 | uint64_t *nid) const |
| 48 | { |
| 49 | return getSymbolInfo(encSymbol, m_importModules, m_importLibraries, modName, |
| 50 | libName, nid); |
| 51 | } |
| 52 | |
| 53 | bool NativeModule::getExportSymbolInfo(std::string const &encSymbol, |
| 54 | std::string *modName, |