Searched refs:IsArrayLiteral (Results 1 – 6 of 6) sorted by relevance
829 if (IsArrayLiteral()) { in InitDepthAndFlags()840 if (IsArrayLiteral()) { in BuildConstants()
310 DCHECK(pattern->IsArrayLiteral()); in VisitRewritableExpression()
1309 return expression->IsObjectLiteral() || expression->IsArrayLiteral(); in IsValidPattern()5445 bool is_destructuring = is_for_each && (expression->IsArrayLiteral() || in ParseForStatement()5554 if (!expression->IsArrayLiteral() && !expression->IsObjectLiteral()) { in ParseForEachStatementWithoutDeclarations()5751 if (lhs->IsArrayLiteral() || lhs->IsObjectLiteral()) { in ParseForAwaitStatement()
267 bool IsArrayLiteral() const { in IsArrayLiteral() function
1891 if (each->IsArrayLiteral() || each->IsObjectLiteral()) { in InitializeForEachStatement()2134 if (each->IsArrayLiteral() || each->IsObjectLiteral()) { in InitializeForOfStatement()3906 if (expr->IsArrayLiteral()) { in RewriteExpression()
684 if (assign->value()->IsArrayLiteral()) { in ValidateModuleBeforeFunctionsPhase()