implement Assert
This commit is contained in:
+1
-1
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user