|
Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
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 17121 of file rb_mjit_min_header-2.7.2.h.
References cfp, rb_execution_context_struct::cfp, rb_control_frame_struct::ep, and index.