Flutter Engine
The Flutter Engine
|
#include <exceptions.h>
Public Attributes | |
uint32_t | handler_pc_offset |
int16_t | outer_try_index |
int8_t | needs_stacktrace |
int8_t | has_catch_all |
int8_t | is_generated |
Definition at line 116 of file exceptions.h.
uint32_t dart::ExceptionHandlerInfo::handler_pc_offset |
Definition at line 117 of file exceptions.h.
int8_t dart::ExceptionHandlerInfo::has_catch_all |
Definition at line 120 of file exceptions.h.
int8_t dart::ExceptionHandlerInfo::is_generated |
Definition at line 121 of file exceptions.h.
int8_t dart::ExceptionHandlerInfo::needs_stacktrace |
Definition at line 119 of file exceptions.h.
int16_t dart::ExceptionHandlerInfo::outer_try_index |
Definition at line 118 of file exceptions.h.