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. For Flash Player debugger version only.
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.
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. For Flash Player debugger version only.
|
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.
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00