mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-12 15:02:21 +00:00
Fixed AS3 p-code - remove findpropglobal,findpropglobalstrict - they are internal only
This commit is contained in:
@@ -548,7 +548,7 @@ public class AVM2Code implements Cloneable {
|
||||
/*0x59*/ new GetDescendantsIns(),
|
||||
/*0x5A*/ new NewCatchIns(),
|
||||
/*0x5B*/ new DelDescendantsIns(), //deldescendants according to Flex, findpropglobalstrict(internal-only) according to Tamarin
|
||||
/*0x5C*/ new FindPropGlobalIns(), //Tamarin (internal-only)
|
||||
/*0x5C*/ //new FindPropGlobalIns(), //Tamarin (internal-only)
|
||||
/*0x5D*/ new FindPropertyStrictIns(),
|
||||
/*0x5E*/ new FindPropertyIns(),
|
||||
/*0x5F*/ new FindDefIns(),
|
||||
|
||||
@@ -30,7 +30,8 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition;
|
||||
*
|
||||
* @author JPEXS
|
||||
*
|
||||
* source: https://github.com/magicalhobo/SWFWire/blob/master/SWFWireDecompiler/src/com/swfwire/decompiler/abc/ABCInstructions.as
|
||||
* source: https://github.com/adobe-flash/avmplus/blob/65a05927767f3735db37823eebf7d743531f5d37/utils/abcdis/abc/Constants.as
|
||||
* (internal only)
|
||||
*/
|
||||
public class FindPropGlobalIns extends InstructionDefinition {
|
||||
|
||||
|
||||
@@ -30,7 +30,8 @@ import com.jpexs.decompiler.flash.abc.avm2.instructions.InstructionDefinition;
|
||||
*
|
||||
* @author JPEXS
|
||||
*
|
||||
* source: https://github.com/magicalhobo/SWFWire/blob/master/SWFWireDecompiler/src/com/swfwire/decompiler/abc/ABCInstructions.as
|
||||
* source: https://github.com/adobe-flash/avmplus/blob/65a05927767f3735db37823eebf7d743531f5d37/utils/abcdis/abc/Constants.as
|
||||
* (internal only)
|
||||
*/
|
||||
public class FindPropGlobalStrictIns extends InstructionDefinition {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user