Adobe® Flex® 4 Language Reference
Show Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
flash.sampler 
StackFrame 
Packageflash.sampler
Classpublic final class StackFrame
InheritanceStackFrame Inheritance Object

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.

See also



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
  
Converts the StackFrame to a string of its properties.
StackFrame
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined 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.

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.
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.