kjs Library API Documentation

KJS::ExecState Class Reference

Represents the current state of script execution. More...

#include <interpreter.h>

List of all members.

Public Methods

Interpreterinterpreter () const
 Returns the interpreter associated with this execution state.

const Context context () const
 Returns the execution context associated with this execution state.


Detailed Description

Represents the current state of script execution.

This object allows you obtain a handle the interpreter that is currently executing the script, and also the current execution state context.

Definition at line 373 of file interpreter.h.


Member Function Documentation

Interpreter * ExecState::interpreter  
 

Returns the interpreter associated with this execution state.

Returns:
The interpreter executing the script

Definition at line 346 of file interpreter.cpp.

Referenced by KJS::Error::create().

const Context ExecState::context  
 

Returns the execution context associated with this execution state.

Returns:
The current execution state context

Definition at line 351 of file interpreter.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:21:16 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001