Ruby 3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
rb_backtrace_location_struct Struct Reference

Public Types

enum  LOCATION_TYPE { LOCATION_TYPE_ISEQ = 1 , LOCATION_TYPE_CFUNC }
 

Data Fields

enum rb_backtrace_location_struct::LOCATION_TYPE type
 
const rb_iseq_tiseq
 
const VALUEpc
 
ID mid
 

Detailed Description

Definition at line 122 of file vm_backtrace.c.

Member Enumeration Documentation

◆ LOCATION_TYPE

enum rb_backtrace_location_struct::LOCATION_TYPE

Definition at line 123 of file vm_backtrace.c.

Field Documentation

◆ iseq

const rb_iseq_t* rb_backtrace_location_struct::iseq

Definition at line 128 of file vm_backtrace.c.

◆ mid

ID rb_backtrace_location_struct::mid

Definition at line 130 of file vm_backtrace.c.

◆ pc

const VALUE* rb_backtrace_location_struct::pc

Definition at line 129 of file vm_backtrace.c.


The documentation for this struct was generated from the following file: