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: machbuild on jane.spidermaker.fedoralegacy.org on Fri Feb 24 20:35:06 2006, using kdoc 2.0a54. |