Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.h911 parameters->UpdateArityAndFunctionLength(initializer != nullptr, is_rest);
Dpreparser.h1669 parameters->UpdateArityAndFunctionLength(!initializer.IsNull(), is_rest);
Dparser-base.h76 void UpdateArityAndFunctionLength(bool is_optional, bool is_rest) { in UpdateArityAndFunctionLength() function