KJS::ContextImp Class Reference
Execution context. More...
#include <internal.h>
Public Member Functions | |
ContextImp (Object &glob, ExecState *exec, Object &thisV, CodeType type=GlobalCode, ContextImp *_callingContext=0L, FunctionImp *func=0L, const List &args=List()) | |
const List | scopeChain () const |
Object | variableObject () const |
void | setVariableObject (const Object &v) |
Object | thisValue () const |
ContextImp * | callingContext () |
Object | activationObject () |
void | pushScope (const Object &s) |
void | popScope () |
LabelStack * | seenLabels () |
Detailed Description
Execution context.
Definition at line 331 of file internal.h.
The documentation for this class was generated from the following files: