this_subcall

This commit is contained in:
Andrew Morris
2023-04-05 10:31:05 +10:00
parent dc685f5892
commit 0ee1f473ce
7 changed files with 30 additions and 9 deletions

View File

@@ -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);