Ruby 3.4.7p58 (2025-10-08 revision 7a5688e2a27668e48f8d6ff4af5b2208b98a2f5e)
rb_backtrace_location_struct Struct Reference

Data Fields

const rb_callable_method_entry_tcme
const rb_iseq_tiseq
const VALUEpc

Detailed Description

Definition at line 122 of file vm_backtrace.c.

Field Documentation

◆ cme

const rb_callable_method_entry_t* rb_backtrace_location_struct::cme

Definition at line 123 of file vm_backtrace.c.

◆ iseq

const rb_iseq_t* rb_backtrace_location_struct::iseq

Definition at line 124 of file vm_backtrace.c.

◆ pc

const VALUE* rb_backtrace_location_struct::pc

Definition at line 125 of file vm_backtrace.c.


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