Flutter Engine
The Flutter Engine
|
#include <code_descriptors.h>
Public Attributes | |
intptr_t | outer_try_index |
intptr_t | pc_offset |
bool | is_generated |
const Array * | handler_types |
bool | needs_stacktrace |
Definition at line 71 of file code_descriptors.h.
const Array* dart::ExceptionHandlerList::HandlerDesc::handler_types |
Definition at line 75 of file code_descriptors.h.
bool dart::ExceptionHandlerList::HandlerDesc::is_generated |
Definition at line 74 of file code_descriptors.h.
bool dart::ExceptionHandlerList::HandlerDesc::needs_stacktrace |
Definition at line 76 of file code_descriptors.h.
intptr_t dart::ExceptionHandlerList::HandlerDesc::outer_try_index |
Definition at line 72 of file code_descriptors.h.
intptr_t dart::ExceptionHandlerList::HandlerDesc::pc_offset |
Definition at line 73 of file code_descriptors.h.