| 60 | } |
| 61 | |
| 62 | void ReferencesResolver::endVisit(Block const& _block) |
| 63 | { |
| 64 | if (!m_resolveInsideCode) |
| 65 | return; |
| 66 | |
| 67 | m_resolver.setScope(_block.scope()); |
| 68 | } |
| 69 | |
| 70 | bool ReferencesResolver::visit(TryCatchClause const& _tryCatchClause) |
| 71 | { |
nothing calls this directly
no test coverage detected