1#ifndef RUBY_TOPLEVEL_VARIABLE_H
2#define RUBY_TOPLEVEL_VARIABLE_H
15void rb_copy_complex_ivars(
VALUE dest,
VALUE obj, shape_id_t src_shape_id,
st_table *fields_table);
19rb_obj_fields_no_ractor_check(
VALUE obj)
21 return rb_obj_fields(obj, 0);
24void rb_free_rb_global_tbl(
void);
25void rb_free_generic_fields_tbl_(
void);
uintptr_t ID
Type that represents a Ruby identifier such as a variable name.
uintptr_t VALUE
Type that represents a Ruby object.