Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
rb_proc_t Struct Reference

#include <vm_core.h>

Data Fields

const struct rb_block block
 
int8_t safe_level
 
int8_t is_from_method
 
int8_t is_lambda
 

Detailed Description

Definition at line 910 of file vm_core.h.

Field Documentation

◆ block

const struct rb_block rb_proc_t::block

Definition at line 911 of file vm_core.h.

Referenced by rb_proc_create_from_captured(), and rb_proc_get_iseq().

◆ is_from_method

int8_t rb_proc_t::is_from_method

Definition at line 913 of file vm_core.h.

◆ is_lambda

int8_t rb_proc_t::is_lambda

Definition at line 914 of file vm_core.h.

Referenced by rb_proc_get_iseq(), and rb_proc_lambda_p().

◆ safe_level

int8_t rb_proc_t::safe_level

Definition at line 912 of file vm_core.h.


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