diff options
| author | Mel <einebeere@gmail.com> | 2022-05-30 02:02:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-30 02:02:53 +0000 |
| commit | 78a29c41098db5e5f8291e0345a3cd443c52b329 (patch) | |
| tree | be8b3f1bba2491531e5be30165a6fc9b2a423fdc /pkg/lang/vm/text/op.go | |
| parent | d2f69dccb3643834a79da79be4ece189a7178c9e (diff) | |
| download | jinx-78a29c41098db5e5f8291e0345a3cd443c52b329.tar.zst jinx-78a29c41098db5e5f8291e0345a3cd443c52b329.zip | |
Specify arg count on VM Functions
Diffstat (limited to 'pkg/lang/vm/text/op.go')
| -rw-r--r-- | pkg/lang/vm/text/op.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/lang/vm/text/op.go b/pkg/lang/vm/text/op.go index 4eb54a1..2d6eb7e 100644 --- a/pkg/lang/vm/text/op.go +++ b/pkg/lang/vm/text/op.go @@ -15,7 +15,6 @@ var ( code.OpPushArray: "push_array", code.OpPushFunction: "push_function", code.OpPushObject: "push_object", - code.OpShift: "shift", code.OpDrop: "drop", code.OpGetGlobal: "get_global", code.OpGetLocal: "get_local", |
