| 302 | } |
| 303 | |
| 304 | void CompilerStack::setMetadataHash(MetadataHash _metadataHash) |
| 305 | { |
| 306 | solAssert(m_stackState < ParsedAndImported, "Must set metadata hash before parsing."); |
| 307 | m_metadataHash = _metadataHash; |
| 308 | } |
| 309 | |
| 310 | void CompilerStack::selectDebugInfo(DebugInfoSelection _debugInfoSelection) |
| 311 | { |
no outgoing calls