(name)
| 18090 | return this._classes.get(name.qualifiedName()); |
| 18091 | } |
| 18092 | get_class(name) { |
| 18093 | return this.get_type(name); |
| 18094 | } |
| 18095 | find_function(name) { |
| 18096 | const key = name.qualifiedName(); |
| 18097 | return this._functions.get(key); |
no test coverage detected