|
@@ -71,6 +71,8 @@ public:
|
|
void set_exception(Exception& exception) { m_exception = &exception; }
|
|
void set_exception(Exception& exception) { m_exception = &exception; }
|
|
void clear_exception() { m_exception = nullptr; }
|
|
void clear_exception() { m_exception = nullptr; }
|
|
|
|
|
|
|
|
+ void dump_backtrace() const;
|
|
|
|
+
|
|
class InterpreterExecutionScope {
|
|
class InterpreterExecutionScope {
|
|
public:
|
|
public:
|
|
InterpreterExecutionScope(Interpreter&);
|
|
InterpreterExecutionScope(Interpreter&);
|