Fixed AS3 p-code - getouterscope instruction docs

This commit is contained in:
Jindra Petřík
2023-03-19 22:43:41 +01:00
parent dfe2d36ecf
commit e8e2668354
6 changed files with 14 additions and 13 deletions
@@ -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 =
@@ -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 =
@@ -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
@@ -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
@@ -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 =