| 139 | void exec(const string &); |
| 140 | |
| 141 | void reset_status() |
| 142 | { |
| 143 | tmp.clear(); |
| 144 | while (!methods.empty()) |
| 145 | methods.pop_no_return(); |
| 146 | multi_line = false; |
| 147 | line_buff.clear(); |
| 148 | cmd_buff.clear(); |
| 149 | context->compiler->utilize_metadata(); |
| 150 | context->instance->storage.clear_set(); |
| 151 | } |
| 152 | |
| 153 | std::size_t get_level() const |
| 154 | { |
no test coverage detected