User Guide
Manuals
Brands
Macromedia Manuals
Other
FLEX-FLEX ACTIONSCRIPT LANGUAGE REFERENCE
291
292
293
294
295
296
297
298
299
300
294
Chapter 6:
ActionScript Core Classes
var obj:Object = new myObject();
myMethod.call(obj, obj);
The
trace()
statement displays:
The
trace()
statement sends the follo
wing code to the log file:
this == obj? true
See also
Function.apply()
1
...
...
292
293
294
295
296
...
...
830