KJS::ExecState Class Reference
Represents the current state of script execution. More...
#include <interpreter.h>
Public Member Functions | |
| Interpreter * | interpreter () const |
| Context | context () const |
| void | setException (const Value &e) |
| void | clearException () |
| Value | exception () const |
| bool | hadException () |
Static Public Member Functions | |
| void | requestTerminate () |
Static Public Attributes | |
| bool(* | confirmTerminate )() |
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.
Referenced by KJS::Error::create(). |
|
|
Returns the execution context associated with this execution state.
|
The documentation for this class was generated from the following files:
