mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-13 05:45:36 +00:00
AS1/2 Try..catch with error types support - decompilation and direct editation
This commit is contained in:
4
libsrc/ffdec_lib/testdata/as2/MyError.as
vendored
Normal file
4
libsrc/ffdec_lib/testdata/as2/MyError.as
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
class MyError extends Error
|
||||
{
|
||||
var message = "My custom error occurred";
|
||||
}
|
||||
BIN
libsrc/ffdec_lib/testdata/as2/as2.fla
vendored
BIN
libsrc/ffdec_lib/testdata/as2/as2.fla
vendored
Binary file not shown.
BIN
libsrc/ffdec_lib/testdata/as2/as2.swf
vendored
BIN
libsrc/ffdec_lib/testdata/as2/as2.swf
vendored
Binary file not shown.
Reference in New Issue
Block a user