Call information.
More...
#include <vm.h>
Call information.
Definition at line 118 of file vm.h.
◆ cur_irep
◆ cur_regs
◆ inst
| const uint8_t* CALLINFO::inst |
◆ is_called_super
| uint8_t CALLINFO::is_called_super |
this is called by op_super.
Definition at line 130 of file vm.h.
◆ karg_keep
| struct RHash* CALLINFO::karg_keep |
keyword argument backup for OP_ARGARY.
Definition at line 126 of file vm.h.
◆ method_id
called method ID.
Definition at line 127 of file vm.h.
◆ n_args
num of arguments.
Definition at line 129 of file vm.h.
◆ own_class
class that owns method.
Definition at line 125 of file vm.h.
◆ prev
previous linked list.
Definition at line 119 of file vm.h.
◆ reg_offset
| uint8_t CALLINFO::reg_offset |
register offset after call.
Definition at line 128 of file vm.h.
◆ target_class
The documentation for this struct was generated from the following file: