Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dexpression-classifier.h39 ArrowFormalParametersProduction = 1 << 7, enumerator
53 ArrowFormalParametersProduction | CoverInitializedNameProduction)
89 return is_valid(ArrowFormalParametersProduction); in is_valid_arrow_formal_parameters()
217 invalid_productions_ |= ArrowFormalParametersProduction;
289 inner.invalid_productions_ & ~ArrowFormalParametersProduction;
292 productions & ~ArrowFormalParametersProduction;
324 if (productions & ArrowFormalParametersProduction &&
331 invalid_productions_ |= ArrowFormalParametersProduction;