Track const in stack frames

This commit is contained in:
Andrew Morris
2023-04-04 09:51:49 +10:00
parent e54abc981f
commit 9084677dd4
8 changed files with 31 additions and 15 deletions

View File

@@ -51,6 +51,7 @@ impl VsFunction {
pos: self.start,
},
registers,
const_this: true,
param_start: self.binds.len() + 2,
param_end: self.parameter_count + 2,
this_target: None,