![]() |
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 | |
| ValueLookupJob (const QJsonArray &handles, QV4DataCollector *collector) | |
| void | run () override |
| const QString & | exceptionMessage () const |
| Public Member Functions inherited from CollectJob | |
| CollectJob (QV4DataCollector *collector) | |
| const QJsonObject & | returnValue () const |
| Public Member Functions inherited from QV4DebugJob | |
| virtual | ~QV4DebugJob () |
Additional Inherited Members | |
| Protected Attributes inherited from CollectJob | |
| QV4DataCollector * | collector |
| QJsonObject | result |
Definition at line 84 of file qv4debugjob.h.
| ValueLookupJob::ValueLookupJob | ( | const QJsonArray & | handles, |
| QV4DataCollector * | collector ) |
Definition at line 171 of file qv4debugjob.cpp.
References CollectJob::CollectJob(), and ValueLookupJob().
Referenced by ValueLookupJob().
| const QString & ValueLookupJob::exceptionMessage | ( | ) | const |
Definition at line 201 of file qv4debugjob.cpp.
|
overridevirtual |
Implements QV4DebugJob.
Definition at line 174 of file qv4debugjob.cpp.
References CollectJob::collector.