mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
this_subcall
This commit is contained in:
@@ -212,7 +212,8 @@ impl Assembler {
|
||||
}
|
||||
Apply(arg1, arg2, arg3, dst)
|
||||
| SubCall(arg1, arg2, arg3, dst)
|
||||
| ConstSubCall(arg1, arg2, arg3, dst) => {
|
||||
| ConstSubCall(arg1, arg2, arg3, dst)
|
||||
| ThisSubCall(arg1, arg2, arg3, dst) => {
|
||||
self.value(arg1);
|
||||
self.value(arg2);
|
||||
self.value(arg3);
|
||||
|
||||
Reference in New Issue
Block a user