KJS::ExecState Class Reference
Represents the current state of script execution. More...
#include <interpreter.h>
Public Methods | |
Interpreter * | interpreter () const |
Context | context () const |
void | setException (const Value &e) |
void | clearException () |
Value | exception () const |
bool | hadException () |
Static Public Methods | |
void | requestTerminate () |
Static Public Attributes | |
bool(* | confirmTerminate )() |
Friends | |
class | InterpreterImp |
class | FunctionImp |
class | GlobalFuncImp |
class | TryNode |
class | VarDeclNode |
class | FuncDeclNode |
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 439 of file interpreter.h.
Member Function Documentation
|
Returns the interpreter associated with this execution state.
Definition at line 452 of file interpreter.h. Referenced by KJS::Error::create(). |
|
Returns the execution context associated with this execution state.
Definition at line 459 of file interpreter.h. |
The documentation for this class was generated from the following files: