![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4debugjob.h>
Public Member Functions | |
JavaScriptJob (QV4::ExecutionEngine *engine, int frameNr, int context, const QString &script) | |
void | run () override |
bool | hasExeption () const |
Public Member Functions inherited from QV4DebugJob | |
virtual | ~QV4DebugJob () |
Protected Member Functions | |
virtual void | handleResult (QV4::ScopedValue &result)=0 |
Definition at line 23 of file qv4debugjob.h.
JavaScriptJob::JavaScriptJob | ( | QV4::ExecutionEngine * | engine, |
int | frameNr, | ||
int | context, | ||
const QString & | script ) |
Definition at line 24 of file qv4debugjob.cpp.
References JavaScriptJob().
Referenced by JavaScriptJob().
|
protectedpure virtual |
Implemented in EvalJob, and ExpressionEvalJob.
bool JavaScriptJob::hasExeption | ( | ) | const |
Definition at line 97 of file qv4debugjob.cpp.
|
overridevirtual |
Implements QV4DebugJob.
Definition at line 30 of file qv4debugjob.cpp.