| 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 | 
More examples
Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
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 | ||
| scriptID : Number 
         The identifier for the script function in the application being profiled.  | 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.
scriptID | Constant | 
public const scriptID:Number| Language Version: | ActionScript 3.0 | 
The identifier for the script function in the application being profiled.
Thu Dec 4 2014, 05:50 PM -08:00
 