Flutter Engine
The Flutter Engine
Public Attributes | List of all members
dart::Function::AwaiterLink Struct Reference

#include <object.h>

Public Attributes

uint8_t depth = UntaggedClosureData::kNoAwaiterLinkDepth
 
uint8_t index = static_cast<uint8_t>(-1)
 

Detailed Description

Definition at line 3228 of file object.h.

Member Data Documentation

◆ depth

uint8_t dart::Function::AwaiterLink::depth = UntaggedClosureData::kNoAwaiterLinkDepth

Definition at line 3231 of file object.h.

◆ index

uint8_t dart::Function::AwaiterLink::index = static_cast<uint8_t>(-1)

Definition at line 3234 of file object.h.


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