vm: implement POPITEM opcode
This commit is contained in:
parent
7d937827e3
commit
324107b31e
5 changed files with 52 additions and 4 deletions
|
@ -195,6 +195,7 @@ var coefficients = map[opcode.Opcode]int64{
|
|||
opcode.REVERSEITEMS: 1 << 13,
|
||||
opcode.REMOVE: 1 << 4,
|
||||
opcode.CLEARITEMS: 1 << 4,
|
||||
opcode.POPITEM: 1 << 4,
|
||||
opcode.ISNULL: 1 << 1,
|
||||
opcode.ISTYPE: 1 << 1,
|
||||
opcode.CONVERT: 1 << 11,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue