Ruby
2.5.0dev(2017-10-22revision60238)
|
#include <vm_core.h>
Data Fields | |
const struct rb_block | block |
int8_t | safe_level |
int8_t | is_from_method |
int8_t | is_lambda |
Definition at line 911 of file vm_core.h.
Referenced by rb_proc_create_from_captured(), and rb_proc_get_iseq().
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().