| 105 | } |
| 106 | |
| 107 | Json EVMAssemblyStack::ethdebug(std::string const& _contractName) const |
| 108 | { |
| 109 | solAssert(_contractName == m_name); |
| 110 | solAssert(m_ethdebug != nullptr); |
| 111 | return *m_ethdebug; |
| 112 | } |
| 113 | |
| 114 | Json EVMAssemblyStack::ethdebugRuntime(std::string const& _contractName) const |
| 115 | { |