| 93 | } |
| 94 | |
| 95 | std::string const* EVMAssemblyStack::sourceMapping(std::string const& _contractName) const |
| 96 | { |
| 97 | solAssert(_contractName == m_name); |
| 98 | return &sourceMapping(); |
| 99 | } |
| 100 | |
| 101 | std::string const* EVMAssemblyStack::runtimeSourceMapping(std::string const& _contractName) const |
| 102 | { |
no outgoing calls