Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
Public Types | |
enum | LOCATION_TYPE { LOCATION_TYPE_ISEQ = 1, LOCATION_TYPE_ISEQ_CALCED, LOCATION_TYPE_CFUNC, LOCATION_TYPE_IFUNC } |
Data Fields | |
enum rb_backtrace_location_struct::LOCATION_TYPE | type |
union { | |
struct { | |
const rb_iseq_t * iseq | |
union { | |
const VALUE * pc | |
int lineno | |
} lineno | |
} iseq | |
struct { | |
ID mid | |
struct rb_backtrace_location_struct * prev_loc | |
} cfunc | |
} | body |
Definition at line 85 of file vm_backtrace.c.
Enumerator | |
---|---|
LOCATION_TYPE_ISEQ | |
LOCATION_TYPE_ISEQ_CALCED | |
LOCATION_TYPE_CFUNC | |
LOCATION_TYPE_IFUNC |
Definition at line 86 of file vm_backtrace.c.
union { ... } rb_backtrace_location_struct::body |
Referenced by rb_backtrace_use_iseq_first_lineno_for_last_location().
struct { ... } rb_backtrace_location_struct::cfunc |
Definition at line 95 of file vm_backtrace.c.
Referenced by rb_backtrace_use_iseq_first_lineno_for_last_location().
struct { ... } rb_backtrace_location_struct::iseq |
int rb_backtrace_location_struct::lineno |
Definition at line 98 of file vm_backtrace.c.
union { ... } rb_backtrace_location_struct::lineno |
ID rb_backtrace_location_struct::mid |
Definition at line 102 of file vm_backtrace.c.
Definition at line 97 of file vm_backtrace.c.
struct rb_backtrace_location_struct* rb_backtrace_location_struct::prev_loc |
Definition at line 103 of file vm_backtrace.c.
enum rb_backtrace_location_struct::LOCATION_TYPE rb_backtrace_location_struct::type |
Referenced by rb_backtrace_use_iseq_first_lineno_for_last_location().