Home
last modified time | relevance | path

Searched refs:Parrot_ex_get_current_handler (Results 1 – 4 of 4) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/src/
H A Dexceptions.c586 Parrot_ex_get_current_handler(PARROT_INTERP, ARGIN_NULLOK(PMC *expmc)) in Parrot_ex_get_current_handler() function
588 ASSERT_ARGS(Parrot_ex_get_current_handler) in Parrot_ex_get_current_handler()
/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dexceptions.h157 PMC * Parrot_ex_get_current_handler(PARROT_INTERP, ARGIN_NULLOK(PMC *expmc))
/dports/lang/parrot/parrot-8.1.0/src/ops/
H A Dcore.ops878 PMC *eh = Parrot_ex_get_current_handler(interp, $1);
903 PMC *eh = Parrot_ex_get_current_handler(interp, $1);
H A Dcore_ops.c14334 PMC * eh = Parrot_ex_get_current_handler(interp, PREG(1)); in Parrot_finalize_p()
14370 PMC * eh = Parrot_ex_get_current_handler(interp, PCONST(1)); in Parrot_finalize_pc()
14405 PMC * eh = Parrot_ex_get_current_handler(interp, PREG(1)); in Parrot_pop_upto_eh_p()
14416 PMC * eh = Parrot_ex_get_current_handler(interp, PCONST(1)); in Parrot_pop_upto_eh_pc()