Home
last modified time | relevance | path

Searched refs:UpdateArityAndFunctionLength (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/parsing/
Dparser.h1064 parameters->UpdateArityAndFunctionLength(initializer != nullptr, is_rest);
Dpreparser.h1622 parameters->UpdateArityAndFunctionLength(!initializer.IsEmpty(), is_rest);
Dparser-base.h71 void UpdateArityAndFunctionLength(bool is_optional, bool is_rest) { in UpdateArityAndFunctionLength() function