V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::ParserFormalParameters Struct Reference
Inheritance diagram for v8::internal::ParserFormalParameters:
v8::internal::FormalParametersBase

Classes

struct  Parameter
 

Public Member Functions

Scanner::Location duplicate_location () const
 
bool has_duplicate () const
 
 ParserFormalParameters (DeclarationScope *scope)
 
- Public Member Functions inherited from v8::internal::FormalParametersBase
 FormalParametersBase (DeclarationScope *scope)
 
int num_parameters () const
 
void UpdateArityAndFunctionLength (bool is_optional, bool is_rest)
 

Public Attributes

base::ThreadedList< Parameterparams
 
Scanner::Location duplicate_loc = Scanner::Location::invalid()
 
- Public Attributes inherited from v8::internal::FormalParametersBase
DeclarationScopescope
 
bool has_rest = false
 
bool is_simple = true
 
int function_length = 0
 
int arity = 0
 

Detailed Description

Definition at line 85 of file parser.h.


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