Searched refs:ExceptionHandlerDescriptor (Results 1 – 4 of 4) sorted by relevance
93 class ExceptionHandlerDescriptor96 ExceptionHandlerDescriptor() in ExceptionHandlerDescriptor() function101 ExceptionHandlerDescriptor( in ExceptionHandlerDescriptor() function144 QVector<ExceptionHandlerDescriptor> exceptionHandlers() const in exceptionHandlers()146 void setExceptionHandlers(const QVector<ExceptionHandlerDescriptor> &exceptionHandlers) in setExceptionHandlers()154 QVector<ExceptionHandlerDescriptor> m_exceptionHandlers;169 QVector<ExceptionHandlerDescriptor> exceptionHandlers;
344 QVector<ExceptionHandlerDescriptor> m_exceptionHandlers;
641 ExceptionHandlerDescriptor ehd(start, end, nextInstructionOffset()); in visit()650 ExceptionHandlerDescriptor ehd(start, end, nextInstructionOffset()); in visit()
2548 QScript::ExceptionHandlerDescriptor e = m_code->exceptionHandlers.at(i);