a bit better call stack

This commit is contained in:
2021-10-07 07:19:53 +02:00
parent 6ada537e47
commit f92cefc004
6 changed files with 98 additions and 68 deletions

View File

@@ -30,7 +30,7 @@ public:
void turnOn();
void add_method_call(const std::string &method);
void add_method_call(const MlValue &function, const std::vector<MlValue> &args);
void end_method_call();
std::string callstack() const;