class ExecState

Represents the current state of script execution. More...

Full nameKJS::ExecState
Definition#include <interpreter.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Static Methods


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.

 ~ExecState ()

~ExecState

[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]

void  requestTerminate ()

requestTerminate

[static]


Generated by: caleb on tcdevel on Tue Jan 28 12:54:24 2003, using kdoc $.