Searched refs:is_for_each (Results 1 – 1 of 1) sorted by relevance
5782 bool is_for_each = CheckInOrOf(&for_info.mode); in ParseForStatement() local5783 bool is_destructuring = is_for_each && (expression->IsArrayLiteral() || in ParseForStatement()5792 if (is_for_each) { in ParseForStatement()