1#ifndef RUBY_TOPLEVEL_VARIABLE_H
2#define RUBY_TOPLEVEL_VARIABLE_H
15int rb_ivar_generic_fields_tbl_lookup(
VALUE obj,
VALUE *);
16void rb_copy_complex_ivars(
VALUE dest,
VALUE obj, shape_id_t src_shape_id,
st_table *fields_table);
18void rb_free_rb_global_tbl(
void);
19void rb_free_generic_fields_tbl_(
void);
uintptr_t VALUE
Type that represents a Ruby object.