|
Ruby
1.9.3p551(2014-11-13revision48407)
|
#include <vm_core.h>
Data Fields | |
| rb_jmpbuf_t | buf |
| VALUE | tag |
| VALUE | retval |
| struct rb_vm_tag * | prev |
| rb_jmpbuf_t rb_vm_tag::buf |
| struct rb_vm_tag* rb_vm_tag::prev |
Definition at line 373 of file vm_core.h.
Referenced by rb_throw_obj().
| VALUE rb_vm_tag::retval |
Definition at line 372 of file vm_core.h.
Referenced by rb_catch_obj(), and rb_throw_obj().
| VALUE rb_vm_tag::tag |
Definition at line 371 of file vm_core.h.
Referenced by catch_i(), cont_restore_thread(), rb_catch(), rb_catch_obj(), rb_f_catch(), rb_throw(), and rb_throw_obj().
1.8.14