mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-05 19:07:23 +00:00
Fixed #223 AS2 Detecting uninitialized class fields
This commit is contained in:
28
libsrc/ffdec_lib/testdata/as2_initfields/as2_initfields/DOMDocument.xml
vendored
Normal file
28
libsrc/ffdec_lib/testdata/as2_initfields/as2_initfields/DOMDocument.xml
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<DOMDocument xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ns.adobe.com/xfl/2008/" currentTimeline="1" xflVersion="2.2" creatorInfo="Adobe Flash Professional CS6" platform="Windows" versionInfo="Saved by Adobe Flash Windows 12.0 build 481" majorVersion="12" buildNumber="481" guidesSnapTo="false" nextSceneIdentifier="2" playOptionsPlayLoop="false" playOptionsPlayPages="false" playOptionsPlayFrameActions="false">
|
||||
<timelines>
|
||||
<DOMTimeline name="Scene 1">
|
||||
<layers>
|
||||
<DOMLayer name="Layer 1" color="#4FFF4F" current="true" isSelected="true">
|
||||
<frames>
|
||||
<DOMFrame index="0" keyMode="9728">
|
||||
<Actionscript>
|
||||
<script><![CDATA[var m = new com.jpexs.MyClass();
|
||||
|
||||
m.ne_v = 1;
|
||||
|
||||
com.jpexs.MyClass.sv = 1;]]></script>
|
||||
</Actionscript>
|
||||
<elements/>
|
||||
</DOMFrame>
|
||||
</frames>
|
||||
</DOMLayer>
|
||||
</layers>
|
||||
</DOMTimeline>
|
||||
</timelines>
|
||||
<PrinterSettings/>
|
||||
<publishHistory>
|
||||
<PublishItem publishSize="808" publishTime="1696672420"/>
|
||||
<PublishItem publishSize="793" publishTime="1696670372"/>
|
||||
<PublishItem publishSize="772" publishTime="1696670254"/>
|
||||
</publishHistory>
|
||||
</DOMDocument>
|
||||
Reference in New Issue
Block a user