KJS-API
KJSContext Class Reference
#include <kjscontext.h>
Public Member Functions | |
bool | hasException () const |
KJSInterpreter | interpreter () |
KJSObject | throwException (const QString &message) const |
Detailed Description
A class representing a JavaScript execution context.
Execution context
Definition at line 39 of file kjscontext.h.
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 | ( | ) |
Returns the currently executing interpreter.
Definition at line 52 of file kjscontext.cpp.
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.