mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 08:16:08 +00:00
spelling: bodies
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
a2e2edd4a6
commit
be22beeeeb
@@ -1661,7 +1661,7 @@ Major version of SWF to XML export changed to 2.
|
||||
### Fixed
|
||||
- AS3 break loop in catch clause
|
||||
- AS3 inner functions scope (setslot/getslot)
|
||||
- AS3 p-code traits of bodys of inner methods
|
||||
- AS3 p-code traits of bodies of inner methods
|
||||
- AS3 getslot/setslot, getglobalscope instruction
|
||||
|
||||
## [13.0.0] - 2021-02-08
|
||||
|
||||
@@ -52,7 +52,7 @@ digraph try_finally_flex {
|
||||
|
||||
/*
|
||||
All ways go through finally clause. There is also lookupswitch which uses value on stack..
|
||||
Value -1 is pushed on stack after in_try and after catch bodys.
|
||||
Value -1 is pushed on stack after in_try and after catch bodies.
|
||||
For every return/continue, there is also specific value pushed to stack.
|
||||
Lookupswitch then decides what will happen.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user