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

#include <code_descriptors.h>

Public Attributes

intptr_t outer_try_index
 
intptr_t pc_offset
 
bool is_generated
 
const Arrayhandler_types
 
bool needs_stacktrace
 

Detailed Description

Definition at line 71 of file code_descriptors.h.

Member Data Documentation

◆ handler_types

const Array* dart::ExceptionHandlerList::HandlerDesc::handler_types

Definition at line 75 of file code_descriptors.h.

◆ is_generated

bool dart::ExceptionHandlerList::HandlerDesc::is_generated

Definition at line 74 of file code_descriptors.h.

◆ needs_stacktrace

bool dart::ExceptionHandlerList::HandlerDesc::needs_stacktrace

Definition at line 76 of file code_descriptors.h.

◆ outer_try_index

intptr_t dart::ExceptionHandlerList::HandlerDesc::outer_try_index

Definition at line 72 of file code_descriptors.h.

◆ pc_offset

intptr_t dart::ExceptionHandlerList::HandlerDesc::pc_offset

Definition at line 73 of file code_descriptors.h.


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