Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
JavaScriptJob Class Referenceabstract

#include <qv4debugjob.h>

+ Inheritance diagram for JavaScriptJob:
+ Collaboration diagram for JavaScriptJob:

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
 

Detailed Description

Definition at line 23 of file qv4debugjob.h.

Constructor & Destructor Documentation

◆ JavaScriptJob()

JavaScriptJob::JavaScriptJob ( QV4::ExecutionEngine * engine,
int frameNr,
int context,
const QString & script )

Definition at line 24 of file qv4debugjob.cpp.

Member Function Documentation

◆ handleResult()

virtual void JavaScriptJob::handleResult ( QV4::ScopedValue & result)
protectedpure virtual

Implemented in EvalJob, and ExpressionEvalJob.

Referenced by run().

+ Here is the caller graph for this function:

◆ hasExeption()

bool JavaScriptJob::hasExeption ( ) const

Definition at line 97 of file qv4debugjob.cpp.

Referenced by ExpressionEvalJob::handleResult().

+ Here is the caller graph for this function:

◆ run()


The documentation for this class was generated from the following files: