[constructor, scriptObject] → [scriptObject instanceof constructor ? scriptObject : null]
0x2b
2 → 1
7
ActionCastOp implements the ActionScript cast operator, which allows the casting from one data type to another. ActionCastOp pops an object off the stack and attempts to convert the object to an instance of the class or to the interface represented by the constructor function.
Field | Type | Comment |
---|---|---|
ActionCastOp | ACTIONRECORDHEADER | ActionCode = 0x2B |
ActionCastOp does the following: