mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-15 00:18:06 -05:00
Implement stack unwinding
This commit is contained in:
@@ -445,6 +445,10 @@ impl StackFrameTrait for BytecodeStackFrame {
|
||||
fn get_call_result(&mut self) -> CallResult {
|
||||
panic!("Not appropriate for BytecodeStackFrame")
|
||||
}
|
||||
|
||||
fn catch_exception(&mut self, _exception: Val) -> bool {
|
||||
return false; // TODO
|
||||
}
|
||||
}
|
||||
|
||||
enum ThisArg {
|
||||
|
||||
Reference in New Issue
Block a user