mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Partially implement yield*
This commit is contained in:
@@ -88,6 +88,7 @@ impl VirtualMachine {
|
||||
}
|
||||
// TODO: Internal errors
|
||||
FrameStepOk::Yield(_) => return self.handle_exception("Unexpected yield".to_error()),
|
||||
FrameStepOk::YieldStar(_) => return self.handle_exception("Unexpected yield*".to_error()),
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user