mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-08-02 15:42:36 +00:00
declarations on activation object properties
This commit is contained in:
Binary file not shown.
@@ -41,6 +41,10 @@ class
|
||||
slotid 1
|
||||
type QName(PackageNamespace(""),"int")
|
||||
end ; trait
|
||||
trait slot QName(PackageInternalNs("testing"),"myvar2")
|
||||
slotid 2
|
||||
type QName(PackageNamespace(""),"int")
|
||||
end ; trait
|
||||
code
|
||||
debug 1, "myvar", 0, 0
|
||||
getlocal0
|
||||
@@ -52,6 +56,9 @@ class
|
||||
findpropstrict QName(PackageInternalNs("testing"),"myvar")
|
||||
getlocal1
|
||||
setproperty QName(PackageInternalNs("testing"),"myvar")
|
||||
findpropstrict QName(PackageInternalNs("testing"),"myvar2")
|
||||
pushbyte 10
|
||||
setproperty QName(PackageInternalNs("testing"),"myvar2")
|
||||
returnvoid
|
||||
end ; code
|
||||
end ; body
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user