Searched refs:JMPENV_JUMP (Results 1 – 11 of 11) sorted by relevance
158 JMPENV_JUMP(ret); /* re-throw the exception */ in Perl_runops_wrap()
403 # define XCPT_RETHROW JMPENV_JUMP(rEtV)
163 #define JMPENV_JUMP(v) \ macro
2086 JMPENV_JUMP(3); in Perl_die_unwind()3777 JMPENV_JUMP(ret); /* re-throw the exception */ in S_docatch()3903 JMPENV_JUMP(ret); in S_try_yyparse()3965 JMPENV_JUMP(ret); in S_try_run_unitcheck()
5336 JMPENV_JUMP(3); in Perl_call_list()5502 JMPENV_JUMP(2); in S_my_exit_jump()
28 JMPENV_JUMP # U
28 # define XCPT_RETHROW JMPENV_JUMP(rEtV)
181 =for apidoc Amh|void|JMPENV_JUMP|int v185 C<JMPENV_PUSH> and C<JMPENV_JUMP>. The push operation, as well as setting193 achieved via a C<JMPENV_JUMP()>. In particular:199 These unwind all stacks, then perform a JMPENV_JUMP(2).206 a JMPENV_JUMP(3).209 as an exit: unwind all stacks and perform a JMPENV_JUMP(2).213 JMPENV_JUMP(1) is currently unused except in perl_run().358 C<PL_restartop> from it, does a C<JMPENV_JUMP(3)>, and control returns381 JMPENV_JUMP(3) done, which pops the C stack back to the docatch():394 differs from the current one, docatch() just does a JMPENV_JUMP(3)
83 JMPENV_JUMP # E
395 Amhd|void|JMPENV_JUMP|int v
17292 # define XCPT_RETHROW JMPENV_JUMP(rEtV)