Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
rb_ensure_entry Struct Reference

#include <vm_core.h>

Data Fields

VALUE marker
 
VALUE(* e_proc )(ANYARGS)
 
VALUE data2
 

Detailed Description

Definition at line 685 of file vm_core.h.

Field Documentation

◆ data2

VALUE rb_ensure_entry::data2

Definition at line 688 of file vm_core.h.

Referenced by rb_ensure(), and rollback_ensure_stack().

◆ e_proc

VALUE(* rb_ensure_entry::e_proc) (ANYARGS)

Definition at line 687 of file vm_core.h.

Referenced by rb_ensure(), and rollback_ensure_stack().

◆ marker

VALUE rb_ensure_entry::marker

Definition at line 686 of file vm_core.h.

Referenced by cont_capture(), rb_ensure(), and rollback_ensure_stack().


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