1 #ifndef INTERNAL_EVAL_H
2 #define INTERNAL_EVAL_H
15 #define id_signo ruby_static_id_signo
16 #define id_status ruby_static_id_status
19 extern ID ruby_static_id_signo;
20 extern ID ruby_static_id_status;
21 VALUE rb_refinement_module_get_refined_class(
VALUE module);
23 NORETURN(
VALUE rb_f_raise(
int argc,
VALUE *argv));
29 void rb_call_end_proc(
VALUE data);
30 void rb_mark_end_proc(
void);
void rb_class_modify_check(VALUE)
Asserts that klass is not a frozen class.
uintptr_t ID
Type that represents a Ruby identifier such as a variable name.
uintptr_t VALUE
Type that represents a Ruby object.