Abstract Call Frame

Executes the AVM1 Call action.

Example

@callFrame(2);

Syntax

TODO

Abstract type

TODO

{
  type: "AbstractCallFrame";
  frame: Expression;
}