MCPcopy Create free account
hub / github.com/covscript/covscript / run_impl

Method run_impl

sources/instance/statement.cpp:217–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216
217 void statement_expression::run_impl()
218 {
219 CS_DEBUGGER_STEP(this);
220 context->instance->parse_expr(mTree.root());
221 }
222
223 void statement_expression::repl_run_impl()
224 {

Callers

nothing calls this directly

Calls 15

make_namespaceFunction · 0.85
runtime_errorClass · 0.85
parse_exprMethod · 0.80
add_var_no_returnMethod · 0.80
dataMethod · 0.80
parse_usingMethod · 0.80
parse_define_varMethod · 0.80
poll_eventMethod · 0.80
do_inheritMethod · 0.80
is_initialMethod · 0.80
exceptionFunction · 0.70

Tested by

no test coverage detected