User Guide

294 Chapter 6: ActionScript Core Classes
var obj:Object = new myObject();
myMethod.call(obj, obj);
The trace() statement displays:
The
trace() statement sends the following code to the log file:
this == obj? true
See also
Function.apply()