mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 14:15:50 +00:00
try..catch..finally in ASC2
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
Loading configuration: c:\air\frameworks\flex-config.xml
|
||||
|
||||
2753 bytes written to C:\Dropbox\Programovani\JavaSE\FFDec\libsrc\ffdec_lib\testdata\cross_compile\bin\Main.air.swf in 0,459 seconds
|
||||
@@ -1,2 +0,0 @@
|
||||
Loading configuration file C:\flex\frameworks\flex-config.xml
|
||||
C:\Dropbox\Programovani\JavaSE\FFDec\libsrc\ffdec_lib\testdata\asc2\bin\Main.flex.swf (1083 bytes)
|
||||
@@ -1,2 +0,0 @@
|
||||
Loading configuration file C:\flex_apache\frameworks\flex-config.xml
|
||||
C:\Dropbox\Programovani\JavaSE\FFDec\libsrc\ffdec_lib\testdata\cross_compile\bin\Main.flex_apache.swf (3617 bytes)
|
||||
@@ -1,4 +0,0 @@
|
||||
Stack mismatch at pos 61
|
||||
Should be: 1:1, is: 0:1
|
||||
Stack mismatch at pos 61
|
||||
Should be: 1:1, is: 0:1
|
||||
@@ -21,7 +21,7 @@ package tests
|
||||
finally
|
||||
{
|
||||
trace("hi ");
|
||||
if (5 == 4)
|
||||
if (str == "check")
|
||||
{
|
||||
return str;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user