Package | flash.sampler |
Class | public final class StackFrame |
Inheritance | StackFrame ![]() |
Language Version : | ActionScript 3.0 |
Player Version : Flash Player 9 debugger version Update 3.
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 | |
Converts the StackFrame to a string of its properties.
| StackFrame | ||
![]() |
Returns the primitive value of the specified object.
| Object |
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 |
toString | () | method |
public function toString():String
Language Version : | ActionScript 3.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.
Player Version : Flash Player 9 debugger version Update 3. |
file | Constant |
public const file:String
Language Version : | ActionScript 3.0 |
The file name of the SWF file being debugged.
Player Version : Flash Player 9 debugger version Update 3.
line | Constant |
public const line:uint
Language Version : | ActionScript 3.0 |
The line number for the function in the SWF file being debugged.
Player Version : Flash Player 9 debugger version Update 3.
name | Constant |
public const name:String
Language Version : | ActionScript 3.0 |
The function name in the stack frame.
Player Version : Flash Player 9 debugger version Update 3.