refactor with

This commit is contained in:
2026-05-08 17:46:23 +08:00
parent fca00b04ba
commit b3e6591809
13 changed files with 162 additions and 344 deletions
-1
View File
@@ -15,7 +15,6 @@ impl<'gc> crate::Vm<'gc> {
RefLock::new(ThunkState::Pending {
ip: entry_point as usize,
env: self.env,
with_env: self.with_env,
}),
);
self.push(Value::new_gc(thunk));