Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dexpression-classifier.h40 LetPatternProduction = 1 << 8, enumerator
46 AssignmentPatternProduction | LetPatternProduction),
108 bool is_valid_let_pattern() const { return is_valid(LetPatternProduction); } in is_valid_let_pattern()
258 invalid_productions_ |= LetPatternProduction;
316 if (errors & LetPatternProduction)