class ExecState
|
Represents the current state of script execution. More... |
|
|
Public Methods
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.
[virtual]
Interpreter * interpreter ()
| interpreter |
[const]
Returns the interpreter associated with this execution state
Returns: The interpreter executing the script
const Context context ()
| context |
[const]
Returns the execution context associated with this execution state
Returns: The current execution state context
void setException (const Value &e)
| setException |
void clearException ()
| clearException |
Value exception ()
| exception |
[const]
bool hadException ()
| hadException |
[const]
Generated by: dfaure on faure on Tue Apr 16 08:50:27 2002, using kdoc 2.0a53. |