Mac OS X Reference Library Apple Developer
Search

JavaScriptCallFrame

Module:
inspector
Declared In:

Overview

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



Functions

evaluate
scopeType

evaluate



void evaluate(
    in DOMString script); 

scopeType



unsigned short scopeType(
    in int scopeIndex); 

Member Data

caller
CATCH_SCOPE
CLOSURE_SCOPE
functionName
GLOBAL_SCOPE
line
LOCAL_SCOPE
scopeChain
sourceID
thisObject
type
WITH_SCOPE

caller



readonly attribute JavaScriptCallFrame caller; 

CATCH_SCOPE



const unsigned short CATCH_SCOPE = 4; 

CLOSURE_SCOPE



const unsigned short CLOSURE_SCOPE = 3; 

functionName



readonly attribute DOMString functionName; 

GLOBAL_SCOPE



const unsigned short GLOBAL_SCOPE = 0; 

line



readonly attribute long line; 

LOCAL_SCOPE



const unsigned short LOCAL_SCOPE = 1; 

scopeChain



readonly attribute Array scopeChain; 

sourceID



readonly attribute long sourceID; 

thisObject



readonly attribute Object thisObject; 

type



readonly attribute DOMString type; 

WITH_SCOPE



const unsigned short WITH_SCOPE = 2; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27