|
Ruby
2.5.0dev(2017-10-22revision60238)
|
#include <vm_core.h>
Data Fields | |
| rb_serial_t | method_state |
| rb_serial_t | class_serial |
| const rb_callable_method_entry_t * | me |
| vm_call_handler | call |
| union { | |
| unsigned int index | |
| enum method_missing_reason method_missing_reason | |
| int inc_sp | |
| } | aux |
| union { ... } rb_call_cache::aux |
| vm_call_handler rb_call_cache::call |
| rb_serial_t rb_call_cache::class_serial |
Definition at line 245 of file vm_core.h.
Referenced by rb_eql_opt(), and rb_equal_opt().
| const rb_callable_method_entry_t* rb_call_cache::me |
Definition at line 248 of file vm_core.h.
Referenced by rb_eql_opt(), and rb_equal_opt().
| enum method_missing_reason rb_call_cache::method_missing_reason |
| rb_serial_t rb_call_cache::method_state |
Definition at line 244 of file vm_core.h.
Referenced by rb_eql_opt(), and rb_equal_opt().
1.8.13