mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 11:10:50 +00:00
Fixed AS3 p-code - getouterscope instruction docs
This commit is contained in:
@@ -772,7 +772,7 @@ instruction.getglobalscope.stackBefore =
|
||||
instruction.getglobalscope.stackAfter = obj
|
||||
instruction.getglobalscope.operands =
|
||||
|
||||
instruction.getscopeobject.shortDescription = Get scope object
|
||||
instruction.getscopeobject.shortDescription = Get scope object from local scope stack
|
||||
instruction.getscopeobject.description =
|
||||
instruction.getscopeobject.stackBefore =
|
||||
instruction.getscopeobject.stackAfter = obj
|
||||
@@ -784,11 +784,11 @@ instruction.getproperty.stackBefore = obj, [ns], [name]
|
||||
instruction.getproperty.stackAfter = value
|
||||
instruction.getproperty.operands = property
|
||||
|
||||
instruction.getouterscope.shortDescription = Get scope object on all levels
|
||||
instruction.getouterscope.shortDescription = Get scope object from outer scope stack
|
||||
instruction.getouterscope.description =
|
||||
instruction.getouterscope.stackBefore =
|
||||
instruction.getouterscope.stackAfter = obj
|
||||
instruction.getouterscope.operands = allLevelScopeIndex
|
||||
instruction.getouterscope.operands = scopeIndex
|
||||
|
||||
instruction.initproperty.shortDescription = Initialize property
|
||||
instruction.initproperty.description =
|
||||
|
||||
+3
-3
@@ -772,7 +772,7 @@ instruction.getglobalscope.stackBefore =
|
||||
instruction.getglobalscope.stackAfter = obj
|
||||
instruction.getglobalscope.operands =
|
||||
|
||||
instruction.getscopeobject.shortDescription = Obt\u00e9 un objecte d'abast
|
||||
instruction.getscopeobject.shortDescription = Obt\u00e9 un objecte d'abast (local)
|
||||
instruction.getscopeobject.description =
|
||||
instruction.getscopeobject.stackBefore =
|
||||
instruction.getscopeobject.stackAfter = obj
|
||||
@@ -784,11 +784,11 @@ instruction.getproperty.stackBefore = obj, [ns], [name]
|
||||
instruction.getproperty.stackAfter = value
|
||||
instruction.getproperty.operands = property
|
||||
|
||||
instruction.getouterscope.shortDescription = Obt\u00e9 un objecte d'abast a tots els nivells
|
||||
instruction.getouterscope.shortDescription = Obt\u00e9 un objecte d'abast (outer)
|
||||
instruction.getouterscope.description =
|
||||
instruction.getouterscope.stackBefore =
|
||||
instruction.getouterscope.stackAfter = obj
|
||||
instruction.getouterscope.operands = allLevelScopeIndex
|
||||
instruction.getouterscope.operands = scopeIndex
|
||||
|
||||
instruction.initproperty.shortDescription = Inicialitza una propietat
|
||||
instruction.initproperty.description =
|
||||
|
||||
+1
-1
@@ -772,7 +772,7 @@ instruction.getglobalscope.stackBefore =
|
||||
instruction.getglobalscope.stackAfter = obj
|
||||
instruction.getglobalscope.operands =
|
||||
|
||||
instruction.getscopeobject.shortDescription = Get scope object
|
||||
instruction.getscopeobject.shortDescription = Get scope object from local scope stack
|
||||
instruction.getscopeobject.description =
|
||||
instruction.getscopeobject.stackBefore =
|
||||
instruction.getscopeobject.stackAfter = obj
|
||||
|
||||
+3
-3
@@ -1027,7 +1027,7 @@ instruction.getglobalscope.operands =
|
||||
|
||||
|
||||
|
||||
instruction.getscopeobject.shortDescription = Kapsam nesnesi al
|
||||
instruction.getscopeobject.shortDescription = Kapsam nesnesi al (local)
|
||||
instruction.getscopeobject.description =
|
||||
instruction.getscopeobject.stackBefore =
|
||||
instruction.getscopeobject.stackAfter = obj
|
||||
@@ -1043,11 +1043,11 @@ instruction.getproperty.operands = \u00f6zellik
|
||||
|
||||
|
||||
|
||||
instruction.getouterscope.shortDescription = T\u00fcm d\u00fczeylerde kapsam nesnesi al
|
||||
instruction.getouterscope.shortDescription = Kapsam nesnesi al (outer)
|
||||
instruction.getouterscope.description =
|
||||
instruction.getouterscope.stackBefore =
|
||||
instruction.getouterscope.stackAfter = obj
|
||||
instruction.getouterscope.operands = allLevelScopeIndex
|
||||
instruction.getouterscope.operands = scopeIndex
|
||||
|
||||
|
||||
|
||||
|
||||
+3
-3
@@ -772,7 +772,7 @@ instruction.getglobalscope.stackBefore =
|
||||
instruction.getglobalscope.stackAfter = obj
|
||||
instruction.getglobalscope.operands =
|
||||
|
||||
instruction.getscopeobject.shortDescription = Get scope object
|
||||
instruction.getscopeobject.shortDescription = Get scope object from local scope stack
|
||||
instruction.getscopeobject.description =
|
||||
instruction.getscopeobject.stackBefore =
|
||||
instruction.getscopeobject.stackAfter = obj
|
||||
@@ -784,11 +784,11 @@ instruction.getproperty.stackBefore = obj, [ns], [name]
|
||||
instruction.getproperty.stackAfter = value
|
||||
instruction.getproperty.operands = property
|
||||
|
||||
instruction.getouterscope.shortDescription = Get scope object on all levels
|
||||
instruction.getouterscope.shortDescription = Get scope object from outer scope stack
|
||||
instruction.getouterscope.description =
|
||||
instruction.getouterscope.stackBefore =
|
||||
instruction.getouterscope.stackAfter = obj
|
||||
instruction.getouterscope.operands = allLevelScopeIndex
|
||||
instruction.getouterscope.operands = scopeIndex
|
||||
|
||||
instruction.initproperty.shortDescription = Initialize property
|
||||
instruction.initproperty.description =
|
||||
|
||||
Reference in New Issue
Block a user