|
Ruby
1.9.3p551(2014-11-13revision48407)
|
Data Fields | |
| VALUE | filled_version |
| ID | mid |
| VALUE | klass |
| rb_method_entry_t * | me |
Definition at line 15 of file vm_method.c.
| VALUE cache_entry::filled_version |
Definition at line 16 of file vm_method.c.
Referenced by rb_method_entry(), rb_method_entry_get_without_cache(), and vm_clear_global_method_cache().
| VALUE cache_entry::klass |
Definition at line 18 of file vm_method.c.
Referenced by basic_obj_respond_to(), rb_add_method_cfunc(), rb_alias(), rb_attr(), rb_export_method(), rb_method_basic_definition_p(), rb_method_boundp(), rb_method_entry(), rb_method_entry_get_without_cache(), rb_obj_respond_to(), rb_remove_method(), rb_remove_method_id(), rb_undef(), and remove_method().
| rb_method_entry_t* cache_entry::me |
Definition at line 19 of file vm_method.c.
Referenced by check_definition(), rb_export_method(), rb_method_basic_definition_p(), rb_method_boundp(), rb_method_entry(), rb_method_entry_get_without_cache(), rb_mod_modfunc(), rb_undef(), and remove_method().
| ID cache_entry::mid |
Definition at line 17 of file vm_method.c.
Referenced by check_definition(), obj_respond_to(), rb_add_method_cfunc(), rb_method_entry(), rb_method_entry_get_without_cache(), rb_mod_method_defined(), rb_mod_private_method_defined(), rb_mod_protected_method_defined(), rb_mod_public_method_defined(), rb_remove_method_id(), and remove_method().
1.8.14