Ruby  1.9.3p551(2014-11-13revision48407)
Data Fields
event_call_args Struct Reference

Data Fields

rb_thread_tth
 
VALUE klass
 
VALUE self
 
VALUE proc
 
ID id
 
rb_event_flag_t event
 

Detailed Description

Definition at line 4098 of file thread.c.

Field Documentation

◆ event

rb_event_flag_t event_call_args::event

Definition at line 4104 of file thread.c.

Referenced by call_trace_func(), get_event_name(), and thread_exec_event_hooks().

◆ id

ID event_call_args::id

Definition at line 4103 of file thread.c.

Referenced by thread_exec_event_hooks().

◆ klass

VALUE event_call_args::klass

◆ proc

VALUE event_call_args::proc

Definition at line 4102 of file thread.c.

Referenced by call_trace_func().

◆ self

VALUE event_call_args::self

Definition at line 4101 of file thread.c.

Referenced by thread_exec_event_hooks().

◆ th

rb_thread_t* event_call_args::th

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