| 49 | |
| 50 | bool LookupObject(const cString& obj_name, int& obj_id); |
| 51 | bool LookupFunction(const cString& name, const cASFunction*& func) { return m_fun_dict.Find(name, func); } |
| 52 | |
| 53 | bool HasFunction(const cString& name) const { return m_fun_dict.HasEntry(name); } |
| 54 |
no test coverage detected