Definition at line 507 of file qscriptengine.cpp.
◆ TimeoutCheckerProxy()
QScript::TimeoutCheckerProxy::TimeoutCheckerProxy |
( |
const JSC::TimeoutChecker & |
originalChecker | ) |
|
|
inline |
Definition at line 510 of file qscriptengine.cpp.
511 : JSC::TimeoutChecker(originalChecker)
bool m_shouldAbortEvaluation
bool m_shouldProcessEvents
◆ didTimeOut()
virtual bool QScript::TimeoutCheckerProxy::didTimeOut |
( |
JSC::ExecState * |
exec | ) |
|
|
inlinevirtual |
Definition at line 520 of file qscriptengine.cpp.
522 if (JSC::TimeoutChecker::didTimeOut(exec))
static void processEvents(QEventLoop::ProcessEventsFlags flags=QEventLoop::AllEvents)
Processes all pending events for the calling thread according to the specified flags until there are ...
bool m_shouldAbortEvaluation
bool m_shouldProcessEvents
◆ setShouldAbort()
void QScript::TimeoutCheckerProxy::setShouldAbort |
( |
bool |
shouldAbort | ) |
|
|
inline |
◆ setShouldProcessEvents()
void QScript::TimeoutCheckerProxy::setShouldProcessEvents |
( |
bool |
shouldProcess | ) |
|
|
inline |
◆ shouldAbort()
bool QScript::TimeoutCheckerProxy::shouldAbort |
( |
| ) |
|
|
inline |
◆ m_shouldAbortEvaluation
bool QScript::TimeoutCheckerProxy::m_shouldAbortEvaluation |
|
private |
◆ m_shouldProcessEvents
bool QScript::TimeoutCheckerProxy::m_shouldProcessEvents |
|
private |
The documentation for this class was generated from the following file: