magicalhobo / SWFWire

Flash Development Tools

Home Page:http://www.swfwire.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OP setsuper not implemented

magicalhobo opened this issue · comments

This source:
super.prop = 1;
decompiles into:
//UNKNOWN OP: [object Instruction_setsuper]

Fixed, along with getsuper.

The spec says the obj to resolve 'super' on is on the stack. I'm not sure how it could be anything but 'this' in AS3, so I hardcoded to 'super'.