Closed JSMonk closed 7 months ago
No, the text is correct. Both catch and catch_ref push the exception arguments to the stack, the other two don't; catch_ref pushes both arguments and exnref, catch_all neither.
@rossberg , yeap, I've already re-read it and understand what I understood wrong. But thank you for the clarification 🙏
Maybe I missed something, but it seems like the description of the stack value has a typo, and the
catch_all
should be instead of thecatch_ref
. If I'm wrong, feel free to close the PR 🤷♂️