Home
last modified time | relevance | path

Searched refs:ExceptionHandlerDescriptor (Results 1 – 4 of 4) sorted by relevance

/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtscriptclassic/src/
H A Dqscriptasm_p.h93 class ExceptionHandlerDescriptor
96 ExceptionHandlerDescriptor() in ExceptionHandlerDescriptor() function
101 ExceptionHandlerDescriptor( in ExceptionHandlerDescriptor() function
144 QVector<ExceptionHandlerDescriptor> exceptionHandlers() const in exceptionHandlers()
146 void setExceptionHandlers(const QVector<ExceptionHandlerDescriptor> &exceptionHandlers) in setExceptionHandlers()
154 QVector<ExceptionHandlerDescriptor> m_exceptionHandlers;
169 QVector<ExceptionHandlerDescriptor> exceptionHandlers;
H A Dqscriptcompiler_p.h344 QVector<ExceptionHandlerDescriptor> m_exceptionHandlers;
H A Dqscriptcompiler.cpp641 ExceptionHandlerDescriptor ehd(start, end, nextInstructionOffset()); in visit()
650 ExceptionHandlerDescriptor ehd(start, end, nextInstructionOffset()); in visit()
H A Dqscriptcontext_p.cpp2548 QScript::ExceptionHandlerDescriptor e = m_code->exceptionHandlers.at(i);