| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.115.0 |
The StackFrame class provides access to the properties of a data block
containing a function.
public function toString():String| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.115.0 |
Converts the StackFrame to a string of its properties. For Flash Player debugger version only.
Returns | String — A string containing the name property, and optionally the file
and line properties (if a SWF file is being debugged) of the StackFrame object.
|
public const file:String| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.115.0 |
The file name of the SWF file being debugged. For Flash Player debugger version only.
public const line:uint| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.115.0 |
The line number for the function in the SWF file being debugged. For Flash Player debugger version only.
public const name:String| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.115.0 |
The function name in the stack frame. For Flash Player debugger version only.
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Mon Jun 16 2008, 11:54 AM -07:00 Current page: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/sampler/StackFrame.html