implement Path type
This commit is contained in:
@@ -62,6 +62,10 @@ impl<'gc> Vm<'gc> {
|
||||
ScopedImportFinalize => self.primop_scoped_import_finalize(ctx, reader, mc),
|
||||
|
||||
PathExists => self.primop_path_exists(ctx, reader, mc),
|
||||
ToPath => self.primop_to_path(ctx, reader, mc),
|
||||
IsPath => self.primop_is_path(reader, mc),
|
||||
ToString => self.primop_to_string(ctx, reader, mc),
|
||||
TypeOf => self.primop_type_of(ctx, reader, mc),
|
||||
|
||||
phase => todo!("primop phase {phase:?}"),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user