|
Mac Dev Center
Mac OS X Reference Library Networking, Internet, & Web: Web Client WebKit DOM Reference
|
JavaScriptCallFrame |
| Module: | inspector |
| Declared In: |
Use the links in the table of contents to the left to access the documentation.
evaluate |
void evaluate( in DOMString script);
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