Ruby
2.7.0p0(2019-12-25revision647ee6f091eafcce70ffb75ddf7e121e192ab217)
|
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) |
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) |
PUREFUNC (static inline VALUE rb_vm_lvar(rb_execution_context_t *ec, int index)) | |
#define RB_BUILTIN_FUNCTION | ( | _i, | |
_name, | |||
_fname, | |||
_arity | |||
) |
typedef struct rb_execution_context_struct rb_execution_context_t |
PUREFUNC | ( | static inline VALUE | rb_vm_lvarrb_execution_context_t *ec, int index | ) |
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 | ||
) |
Definition at line 17141 of file rb_mjit_min_header-2.7.0.h.
References rb_execution_context_struct::cfp, cfp, rb_control_frame_struct::ep, and index.