[scriptable, uuid(b6d50784-1dd1-11b2-a932-882246c6fe45)]
Attributes
Stack frame objects. These are only valid inside the jsdIExecutionHook which gave it to you. After you return from that handler the bottom frame, and any frame you found attached through it, are invalidated via the jsdIEphemeral interface. Once a jsdIStackFrame has been invalidated all method and property accesses will throw a NS_ERROR_NOT_AVAILABLE exception. Internal use only. */
Function object running in this stack frame.
Link to the caller's stack frame.
Executon context.
True if stack frame represents a frame created as a result of a debugger evaluation.
Top object in the scope chain.
Script running in this stack frame, null for native frames.
|this| object for this stack frame.
Methods
Evaluate arbitrary JavaScript in this stack frame.
@param bytes Script to be evaluated.
@param fileName Filename to compile this script under. This is the
filename you'll see in error messages, etc.
@param line Starting line number for this script. One based.
@retval Result of evaluating the script.
Compare to:
