mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Implement stack unwinding
This commit is contained in:
@@ -22,4 +22,5 @@ pub trait StackFrameTrait {
|
||||
fn step(&mut self) -> FrameStepResult;
|
||||
fn apply_call_result(&mut self, call_result: CallResult);
|
||||
fn get_call_result(&mut self) -> CallResult;
|
||||
fn catch_exception(&mut self, exception: Val) -> bool;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user