| 216 | } |
| 217 | |
| 218 | VObject ResolveSymbols::Object(NodeId index) const { |
| 219 | return m_fileData->Object(index); |
| 220 | } |
| 221 | |
| 222 | VObject* ResolveSymbols::MutableObject(NodeId index) { |
| 223 | return m_fileData->MutableObject(index); |
no outgoing calls
no test coverage detected