Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
dart::ParsedFunction::DynamicClosureCallVars Struct Reference

#include <parser.h>

Inheritance diagram for dart::ParsedFunction::DynamicClosureCallVars:
dart::ZoneAllocated

Public Member Functions

 DynamicClosureCallVars (Zone *zone, intptr_t num_named)
 
- Public Member Functions inherited from dart::ZoneAllocated
 ZoneAllocated ()
 
void * operator new (size_t size)
 
void * operator new (size_t size, Zone *zone)
 
void operator delete (void *pointer)
 

Public Attributes

ZoneGrowableArray< LocalVariable * > named_argument_parameter_indices
 

Detailed Description

Definition at line 269 of file parser.h.

Constructor & Destructor Documentation

◆ DynamicClosureCallVars()

dart::ParsedFunction::DynamicClosureCallVars::DynamicClosureCallVars ( Zone zone,
intptr_t  num_named 
)
inline

Definition at line 270 of file parser.h.

Zone * zone() const
Definition parser.h:213
ZoneGrowableArray< LocalVariable * > named_argument_parameter_indices
Definition parser.h:286

Member Data Documentation

◆ named_argument_parameter_indices

ZoneGrowableArray<LocalVariable*> dart::ParsedFunction::DynamicClosureCallVars::named_argument_parameter_indices

Definition at line 286 of file parser.h.


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