Files
jpexs-decompiler/libsrc/ffdec_lib/testexpected/as3_new/tests_classes/myconst.as
T

27 lines
476 B
ActionScript

package tests_classes
{
public const myconst:int = 29;
}
method
name ""
returns null
body
maxstack 2
localcount 1
initscopedepth 1
maxscopedepth 2
code
getlocal0
pushscope
findproperty QName(PackageNamespace("tests_classes"),"myconst")
pushbyte 29
initproperty QName(PackageNamespace("tests_classes"),"myconst")
returnvoid
end ; code
end ; body
end ; method