![]() | Fun 0.41.5 The programming language that makes You have fun |
Implements the OP_TRY_POP opcode to end a try/catch region. More...

Go to the source code of this file.
Variables | |
| case | OP_TRY_POP |
| break | |
Implements the OP_TRY_POP opcode to end a try/catch region.
This file handles the OP_TRY_POP instruction, which marks the end of the most recently started try/catch region in the current frame by popping its entry from the per-frame TRY stack.
Behavior:
Errors:
Definition in file try_pop.c.