runtime, vm: write thunk results back to the forcing stack slot
This commit is contained in:
@@ -59,8 +59,9 @@ pub struct ErrorFrame {
|
||||
#[collect(no_drop)]
|
||||
pub struct CallFrame<'gc> {
|
||||
pub pc: usize,
|
||||
pub thunk: Option<Gc<'gc, Thunk<'gc>>>,
|
||||
pub env: GcEnv<'gc>,
|
||||
pub thunk: Option<Gc<'gc, Thunk<'gc>>>,
|
||||
pub depth: Option<usize>,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
||||
Reference in New Issue
Block a user