Ruby
2.4.2p198(2017-09-14revision59899)
|
Data Fields | |
unsigned int | type: 5 |
unsigned int | special_const: 1 |
unsigned int | frozen: 1 |
unsigned int | internal: 1 |
unsigned int ibf_object_header::frozen |
Definition at line 7853 of file compile.c.
Referenced by ibf_load_object_array(), ibf_load_object_bignum(), ibf_load_object_complex_rational(), ibf_load_object_hash(), ibf_load_object_regexp(), ibf_load_object_string(), ibf_load_object_struct(), and lbf_dump_object_object().
unsigned int ibf_object_header::internal |
Definition at line 7854 of file compile.c.
Referenced by ibf_load_object_array(), ibf_load_object_bignum(), ibf_load_object_complex_rational(), ibf_load_object_hash(), ibf_load_object_regexp(), ibf_load_object_string(), ibf_load_object_struct(), and lbf_dump_object_object().
unsigned int ibf_object_header::special_const |
Definition at line 7852 of file compile.c.
Referenced by ibf_load_object(), and lbf_dump_object_object().
unsigned int ibf_object_header::type |
Definition at line 7851 of file compile.c.
Referenced by ibf_load_object(), ibf_load_object_complex_rational(), and lbf_dump_object_object().