| 51 | } |
| 52 | |
| 53 | bool NativeModule::getExportSymbolInfo(std::string const &encSymbol, |
| 54 | std::string *modName, |
| 55 | std::string *libName, |
| 56 | uint64_t *nid) const |
| 57 | { |
| 58 | return getSymbolInfo(encSymbol, m_exportModules, m_exportLibraries, modName, |
| 59 | libName, nid); |
| 60 | } |
| 61 | |
| 62 | bool NativeModule::getSymbol(std::string const &encName, |
| 63 | SymbolInfo const **symbolInfo) const |
no outgoing calls
no test coverage detected