| 112 | } |
| 113 | |
| 114 | Json EVMAssemblyStack::ethdebugRuntime(std::string const& _contractName) const |
| 115 | { |
| 116 | solAssert(_contractName == m_name); |
| 117 | solAssert(m_ethdebugRuntime != nullptr); |
| 118 | return *m_ethdebugRuntime; |
| 119 | } |
| 120 | |
| 121 | Json EVMAssemblyStack::ethdebug() const |
| 122 | { |