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
QV4::Promise Namespace Reference

Classes

struct  ReactionEvent
 
class  ReactionHandler
 
struct  ResolveThenableEvent
 

Variables

const int PROMISE_REACTION_EVENT = QEvent::registerEventType()
 
const int PROMISE_RESOLVE_THENABLE_EVENT = QEvent::registerEventType()
 

Variable Documentation

◆ PROMISE_REACTION_EVENT

const int QV4::Promise::PROMISE_REACTION_EVENT = QEvent::registerEventType()

Definition at line 53 of file qv4promiseobject.cpp.

Referenced by QV4::Promise::ReactionHandler::customEvent().

◆ PROMISE_RESOLVE_THENABLE_EVENT

const int QV4::Promise::PROMISE_RESOLVE_THENABLE_EVENT = QEvent::registerEventType()

Definition at line 54 of file qv4promiseobject.cpp.

Referenced by QV4::Promise::ReactionHandler::customEvent().