JavaScriptCallFrame

Module:
inspector
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

evaluate

evaluate


void evaluate(
    in DOMString script); 

Member Data

caller
functionName
line
scopeChain
sourceID
thisObject
type

caller


readonly attribute JavaScriptCallFrame caller; 


functionName


readonly attribute DOMString functionName; 


line


readonly attribute long line; 


scopeChain


readonly attribute Array scopeChain; 


sourceID


readonly attribute long sourceID; 


thisObject


readonly attribute Object thisObject; 


type


readonly attribute DOMString type; 

 

Last Updated: 2009-05-29