Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/
H A Deval_intern.h301 VALUE rb_vm_make_jump_tag_but_local_jump(int state, VALUE val);
H A Dload.c626 VALUE exc = rb_vm_make_jump_tag_but_local_jump(state, Qundef); in rb_load_internal0()
H A Dvm.c1455 rb_vm_make_jump_tag_but_local_jump(int state, VALUE val) in rb_vm_make_jump_tag_but_local_jump() function
1490 VALUE exc = rb_vm_make_jump_tag_but_local_jump(state, Qundef);
H A Dcont.c1589 err = rb_vm_make_jump_tag_but_local_jump(state, err); in rb_fiber_start()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.0.02290 * vm.c (rb_vm_make_jump_tag_but_local_jump): revert r38441.
2291 rb_vm_make_jump_tag_but_local_jump() shouldn't return exception
2750 * vm.c (rb_vm_make_jump_tag_but_local_jump): take care of the case
2915 rb_vm_make_jump_tag_but_local_jump() could return Qnil (ex. when