Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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.

References JavaScriptJob().

Referenced by JavaScriptJob().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ handleResult()

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

Implemented in EvalJob, and ExpressionEvalJob.

◆ hasExeption()

bool JavaScriptJob::hasExeption ( ) const

Definition at line 97 of file qv4debugjob.cpp.

◆ run()

void JavaScriptJob::run ( )
overridevirtual

Implements QV4DebugJob.

Definition at line 30 of file qv4debugjob.cpp.


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