mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Track const in stack frames
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user