Searched refs:restFound (Results 1 – 2 of 2) sorted by relevance
33 bool restFound = false; in ConvertibleToArrayPattern() local42 if (!restFound && it == elements_.back() && !trailingComma_) { in ConvertibleToArrayPattern()47 restFound = true; in ConvertibleToArrayPattern()
128 bool restFound = false; in ConvertibleToObjectPattern() local138 if (!restFound && it == properties_.back() && !trailingComma_) { in ConvertibleToObjectPattern()144 restFound = true; in ConvertibleToObjectPattern()