Home
last modified time | relevance | path

Searched refs:rb_ivar_lookup (Results 1 – 5 of 5) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Derror.c1714 recv = rb_ivar_lookup(self, id_recv, Qundef); in name_err_receiver()
1772 recv = rb_ivar_lookup(self, id_receiver, Qundef); in key_err_receiver()
1789 key = rb_ivar_lookup(self, id_key, Qundef); in key_err_key()
H A Dvariable.c1236 rb_ivar_lookup(VALUE obj, ID id, VALUE undef) in rb_ivar_lookup() function
1273 VALUE iv = rb_ivar_lookup(obj, id, Qundef); in rb_ivar_get()
1287 return rb_ivar_lookup(obj, id, Qnil); in rb_attr_get()
H A Dpack.c128 return rb_ivar_lookup(str, id_associated, Qfalse); in str_associated()
H A Dinternal.h2160 VALUE rb_ivar_lookup(VALUE obj, ID id, VALUE undef);
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.3.07886 (rb_free_generic_ivar, rb_ivar_lookup, rb_ivar_delete,