Ruby
2.5.0dev(2017-10-22revision60238)
|
#include "eval_intern.h"
Go to the source code of this file.
Data Structures | |
struct | end_proc_data |
Functions | |
void | rb_call_end_proc (VALUE data) |
void | rb_set_end_proc (void(*func)(VALUE), VALUE data) |
void | rb_mark_end_proc (void) |
void | rb_exec_end_proc (void) |
void | Init_jump (void) |
void Init_jump | ( | void | ) |
Definition at line 142 of file eval_jump.c.
References rb_define_global_function().
void rb_call_end_proc | ( | VALUE | data | ) |
Definition at line 11 of file eval_jump.c.
References rb_ary_new(), and rb_proc_call().
void rb_exec_end_proc | ( | void | ) |
Definition at line 114 of file eval_jump.c.
References rb_thread_struct::ec, rb_execution_context_struct::errinfo, EXEC_TAG, GET_THREAD, rb_safe_level(), end_proc_data::safe, TAG_NONE, and TH_PUSH_TAG.
void rb_mark_end_proc | ( | void | ) |
Definition at line 80 of file eval_jump.c.
References link().
Definition at line 60 of file eval_jump.c.
References ALLOC, GET_THREAD, link(), list, and rb_thread_struct::top_wrapper.