KJS-API
KJSContext Class Reference
#include <kjscontext.h>
Detailed Description
A class representing a JavaScript execution context.Execution context
Definition at line 39 of file kjscontext.h.
Public Member Functions | |
bool | hasException () const |
KJSInterpreter | interpreter () |
KJSObject | throwException (const QString &message) const |
Member Function Documentation
bool KJSContext::hasException | ( | ) | const |
Returns true if this context has an unhandled exception.
Definition at line 36 of file kjscontext.cpp.
KJSInterpreter KJSContext::interpreter | ( | ) |
Throws a general exception with the specified error message.
Definition at line 41 of file kjscontext.cpp.
The documentation for this class was generated from the following files: