Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
dart::ExceptionHandlerInfo Struct Reference

#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
 

Detailed Description

Definition at line 116 of file exceptions.h.

Member Data Documentation

◆ handler_pc_offset

uint32_t dart::ExceptionHandlerInfo::handler_pc_offset

Definition at line 117 of file exceptions.h.

◆ has_catch_all

int8_t dart::ExceptionHandlerInfo::has_catch_all

Definition at line 120 of file exceptions.h.

◆ is_generated

int8_t dart::ExceptionHandlerInfo::is_generated

Definition at line 121 of file exceptions.h.

◆ needs_stacktrace

int8_t dart::ExceptionHandlerInfo::needs_stacktrace

Definition at line 119 of file exceptions.h.

◆ outer_try_index

int16_t dart::ExceptionHandlerInfo::outer_try_index

Definition at line 118 of file exceptions.h.


The documentation for this struct was generated from the following file: