Ruby
3.1.0dev(2021-09-10revisionb76ad15ed0da636161de0243c547ee1e6fc95681)
|
Go to the source code of this file.
Data Structures | |
struct | rb_builtin_function |
struct | builtin_binary |
Macros | |
#define | RB_BUILTIN_FUNCTION(_i, _name, _fname, _arity, _compiler) |
#define | rb_execution_context_t rb_execution_context_t |
Typedefs | |
typedef struct rb_execution_context_struct | rb_execution_context_t |
Functions | |
void | rb_load_with_builtin_functions (const char *feature_name, const struct rb_builtin_function *table) |
VALUE | rb_vm_lvar_exposed (rb_execution_context_t *ec, int index) |
#define RB_BUILTIN_FUNCTION | ( | _i, | |
_name, | |||
_fname, | |||
_arity, | |||
_compiler | |||
) |
typedef struct rb_execution_context_struct rb_execution_context_t |
void rb_load_with_builtin_functions | ( | const char * | feature_name, |
const struct rb_builtin_function * | table | ||
) |
Definition at line 36 of file builtin.c.
Referenced by Init_builtin_features().
VALUE rb_vm_lvar_exposed | ( | rb_execution_context_t * | ec, |
int | index | ||
) |
Definition at line 5689 of file vm_insnhelper.c.
References rb_execution_context_struct::cfp, and rb_control_frame_struct::ep.