mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-24 11:05:30 +00:00
AS3 test methods separated to classes, Fixed AS3: get/set slot for global scope
This commit is contained in:
@@ -12,9 +12,12 @@
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library.
|
||||
* License along with this library.
|
||||
*/
|
||||
package com.jpexs.decompiler.graph;
|
||||
|
||||
import com.jpexs.decompiler.flash.abc.avm2.model.ScriptAVM2Item;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author JPEXS
|
||||
@@ -28,4 +31,9 @@ public class ScopeStack extends TranslateStack {
|
||||
public ScopeStack() {
|
||||
this(true);
|
||||
}
|
||||
|
||||
public ScopeStack(int scriptIndex) {
|
||||
this(true);
|
||||
//push(new ScriptAVM2Item(scriptIndex));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user