Searched refs:EXCEPT_exit (Results 1 – 7 of 7) sorted by relevance
/dports/lang/parrot/parrot-8.1.0/include/parrot/ |
H A D | exceptions.h | 113 EXCEPT_exit = 6 enumerator
|
/dports/lang/parrot/parrot-8.1.0/src/embed/ |
H A D | api.c | 70 *is_error = (severity != EXCEPT_exit); in Parrot_api_get_result()
|
/dports/lang/parrot/parrot-8.1.0/src/ |
H A D | exceptions.c | 155 if (severity == EXCEPT_exit) { in die_from_exception()
|
/dports/lang/parrot/parrot-8.1.0/docs/pdds/ |
H A D | pdd10_embedding.pod | 52 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 D | core.ops | 712 extended exit status, create an exception with severity B<EXCEPT_exit> 862 PMC * const exception = Parrot_ex_build_exception(interp, EXCEPT_exit,
|
H A D | core_ops.c | 14308 … 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 D | ch10_opcode_reference.pod | 789 throw an exception with severity C<EXCEPT_exit>.)
|