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


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]


Generated by: dfaure on faure on Tue Apr 16 08:50:27 2002, using kdoc 2.0a53.