#include <parser-base.h>
Definition at line 59 of file parser-base.h.
◆ FormalParametersBase()
v8::internal::FormalParametersBase::FormalParametersBase |
( |
DeclarationScope * | scope | ) |
|
|
inlineexplicit |
◆ num_parameters()
int v8::internal::FormalParametersBase::num_parameters |
( |
| ) |
const |
|
inline |
◆ UpdateArityAndFunctionLength()
void v8::internal::FormalParametersBase::UpdateArityAndFunctionLength |
( |
bool | is_optional, |
|
|
bool | is_rest ) |
|
inline |
◆ arity
int v8::internal::FormalParametersBase::arity = 0 |
◆ function_length
int v8::internal::FormalParametersBase::function_length = 0 |
◆ has_rest
bool v8::internal::FormalParametersBase::has_rest = false |
◆ is_simple
bool v8::internal::FormalParametersBase::is_simple = true |
◆ scope
The documentation for this struct was generated from the following file: