Package | flash.sampler |
Class | public final class StackFrame |
Inheritance | StackFrame Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 Flash Player 9.0.115.0 |
See also
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Converts the StackFrame to a string of its properties. | StackFrame | ||
Returns the primitive value of the specified object. | Object |
Public Constants
Constant | Defined By | ||
---|---|---|---|
file : String
The file name of the SWF file being debugged. | StackFrame | ||
line : uint
The line number for the function in the SWF file being debugged. | StackFrame | ||
name : String
The function name in the stack frame. | StackFrame |
Method Detail
toString | () | method |
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.
ReturnsString — 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.
|
Constant Detail
file | Constant |
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.
line | Constant |
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.
name | Constant |
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.
Fri Mar 19 2010, 02:45 AM -07:00