![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| FormalParametersBase (DeclarationScope *scope) | |
| int | num_parameters () const |
| void | UpdateArityAndFunctionLength (bool is_optional, bool is_rest) |
Public Attributes | |
| DeclarationScope * | scope |
| bool | has_rest = false |
| bool | is_simple = true |
| int | function_length = 0 |
| int | arity = 0 |
Definition at line 51 of file parser-base.h.