Home
last modified time | relevance | path

Searched refs:EXCEPT_exit (Results 1 – 7 of 7) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dexceptions.h113 EXCEPT_exit = 6 enumerator
/dports/lang/parrot/parrot-8.1.0/src/embed/
H A Dapi.c70 *is_error = (severity != EXCEPT_exit); in Parrot_api_get_result()
/dports/lang/parrot/parrot-8.1.0/src/
H A Dexceptions.c155 if (severity == EXCEPT_exit) { in die_from_exception()
/dports/lang/parrot/parrot-8.1.0/docs/pdds/
H A Dpdd10_embedding.pod52 including both expected EXCEPT_exit and other types of error-related
154 be reusable after it deals with an unhandled exception, including EXCEPT_exit
/dports/lang/parrot/parrot-8.1.0/src/ops/
H A Dcore.ops712 extended exit status, create an exception with severity B<EXCEPT_exit>
862 PMC * const exception = Parrot_ex_build_exception(interp, EXCEPT_exit,
H A Dcore_ops.c14308 … PMC * const exception = Parrot_ex_build_exception(interp, EXCEPT_exit, CONTROL_EXIT, NULL); in Parrot_exit_i()
14322 … PMC * const exception = Parrot_ex_build_exception(interp, EXCEPT_exit, CONTROL_EXIT, NULL); in Parrot_exit_ic()
/dports/lang/parrot/parrot-8.1.0/docs/book/draft/
H A Dch10_opcode_reference.pod789 throw an exception with severity C<EXCEPT_exit>.)