Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
#include <vm_core.h>
Data Fields | |
const VALUE * | pc |
VALUE * | sp |
const rb_iseq_t * | iseq |
VALUE | self |
const VALUE * | ep |
const void * | block_code |
VALUE * | __bp__ |
Definition at line 766 of file vm_core.h.
Referenced by rb_execution_context_update().
Definition at line 765 of file vm_core.h.
Referenced by rb_execution_context_mark(), rb_execution_context_update(), rb_vm_frame_method_entry(), rb_vm_lvar_exposed(), rb_vmdebug_debug_print_register(), and rb_vmdebug_stack_dump_raw().
Definition at line 763 of file vm_core.h.
Referenced by rb_execution_context_update(), rb_sourcefile(), rb_vm_set_progname(), and rb_vmdebug_debug_print_pre().
VALUE rb_control_frame_struct::self |
Definition at line 764 of file vm_core.h.
Referenced by rb_current_receiver(), rb_execution_context_update(), rb_vm_cref_in_context(), and rb_vm_pop_cfunc_frame().
VALUE * rb_control_frame_struct::sp |
Definition at line 762 of file vm_core.h.
Referenced by rb_execution_context_mark(), rb_vmdebug_debug_print_pre(), and rb_vmdebug_stack_dump_raw().