mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-14 07:57:57 -05:00
Add unimplemented yield* instruction
This commit is contained in:
@@ -555,6 +555,10 @@ impl StackFrameTrait for BytecodeStackFrame {
|
||||
Yield => {
|
||||
panic!("TODO: yield");
|
||||
}
|
||||
|
||||
YieldStar => {
|
||||
panic!("TODO: yield*");
|
||||
}
|
||||
};
|
||||
|
||||
Ok(FrameStepOk::Continue)
|
||||
|
||||
Reference in New Issue
Block a user