Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Dinsns.def192 val = vm_getspecial(ec, GET_LEP(), key, type);
H A Dvm_insnhelper.c504 vm_getspecial(const rb_execution_context_t *ec, const VALUE *lep, rb_num_t key, rb_num_t type) in vm_getspecial() function
2896 if (vm_getspecial(ec, GET_LEP(), Qfalse, FIX2INT(obj)) != Qnil) { in vm_defined()
H A Dvm.inc312 val = vm_getspecial(ec, GET_LEP(), key, type);
H A Dmjit_compile.inc249 fprintf(f, " val = vm_getspecial(ec, GET_LEP(), key, type);\n");
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.0.03429 * vm_insnhelper.c (lep_svar_get, lep_svar_set, vm_getspecial): store