KJS::ExecState Class Reference
Represents the current state of script execution. More...
#include <interpreter.h>
Public Methods | |
Interpreter * | interpreter () 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
|
Returns the interpreter associated with this execution state.
Definition at line 346 of file interpreter.cpp. Referenced by KJS::Error::create(). |
|
Returns the execution context associated with this execution state.
Definition at line 351 of file interpreter.cpp. |
The documentation for this class was generated from the following files: