mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-23 02:25:11 +00:00
33 lines
633 B
ActionScript
33 lines
633 B
ActionScript
package tests_classes
|
|
{
|
|
public const initializedconst:Object;
|
|
}
|
|
|
|
method
|
|
name ""
|
|
returns null
|
|
|
|
body
|
|
maxstack 7
|
|
localcount 1
|
|
initscopedepth 1
|
|
maxscopedepth 2
|
|
|
|
code
|
|
getlocal0
|
|
pushscope
|
|
findproperty QName(PackageNamespace("tests_classes"),"initializedconst")
|
|
pushstring "a"
|
|
pushbyte 1
|
|
pushstring "b"
|
|
pushbyte 2
|
|
pushstring "c"
|
|
pushbyte 3
|
|
newobject 3
|
|
initproperty QName(PackageNamespace("tests_classes"),"initializedconst")
|
|
returnvoid
|
|
end ; code
|
|
end ; body
|
|
end ; method
|
|
|