implement Assert

This commit is contained in:
2026-05-03 22:20:00 +08:00
parent 88a205f419
commit fca00b04ba
4 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -697,7 +697,7 @@ impl<'gc> Vm<'gc> {
CoerceToString => self.op_coerce_to_string(&mut reader, mc),
ResolvePath => self.op_resolve_path(ctx),
Assert => self.op_assert(&mut reader),
Assert => self.op_assert(ctx, &mut reader, mc),
PushWith => self.op_push_with(ctx, &mut reader, mc),
PopWith => self.op_pop_with(),