Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
#include <vm_core.h>
Data Fields | |
VALUE | tag |
VALUE | retval |
rb_jmpbuf_t | buf |
struct rb_vm_tag * | prev |
enum ruby_tag_type | state |
rb_jmpbuf_t rb_vm_tag::buf |
struct rb_vm_tag * rb_vm_tag::prev |
Definition at line 803 of file vm_core.h.
Referenced by rb_throw_obj().
VALUE rb_vm_tag::retval |
Definition at line 801 of file vm_core.h.
Referenced by rb_throw_obj().
enum ruby_tag_type rb_vm_tag::state |
Definition at line 804 of file vm_core.h.
Referenced by rb_catch_obj().
VALUE rb_vm_tag::tag |
Definition at line 800 of file vm_core.h.
Referenced by rb_catch(), rb_throw(), and rb_throw_obj().