Flutter Engine
The Flutter Engine
Static Public Member Functions | Static Public Attributes | List of all members
dart::ExceptionHandlers::ArrayTraits Struct Reference

#include <object.h>

Static Public Member Functions

static intptr_t elements_start_offset ()
 

Static Public Attributes

static constexpr intptr_t kElementSize = sizeof(ExceptionHandlerInfo)
 

Detailed Description

Definition at line 6599 of file object.h.

Member Function Documentation

◆ elements_start_offset()

static intptr_t dart::ExceptionHandlers::ArrayTraits::elements_start_offset ( )
inlinestatic

Definition at line 6600 of file object.h.

6600 {
6601 return sizeof(UntaggedExceptionHandlers);
6602 }

Member Data Documentation

◆ kElementSize

constexpr intptr_t dart::ExceptionHandlers::ArrayTraits::kElementSize = sizeof(ExceptionHandlerInfo)
staticconstexpr

Definition at line 6603 of file object.h.


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