Searched refs:IsArrayLiteral (Results 1 – 5 of 5) sorted by relevance
658 if (IsArrayLiteral()) return AsArrayLiteral()->is_simple(); in IsSimple()675 DCHECK(expression->IsArrayLiteral()); in GetBoilerplateValue()685 if (IsArrayLiteral()) return AsArrayLiteral()->InitDepthAndFlags(); in InitDepthAndFlags()692 if (IsArrayLiteral()) { in NeedsInitialAllocationSite()703 if (IsArrayLiteral()) { in BuildConstants()
326 DCHECK(pattern->IsArrayLiteral()); in VisitRewritableExpression()
1340 return expression->IsObjectLiteral() || expression->IsArrayLiteral(); in IsValidPattern()5783 bool is_destructuring = is_for_each && (expression->IsArrayLiteral() || in ParseForStatement()5918 if (!expression->IsArrayLiteral() && !expression->IsObjectLiteral()) { in ParseForEachStatementWithoutDeclarations()6119 if (lhs->IsArrayLiteral() || lhs->IsObjectLiteral()) { in ParseForAwaitStatement()
252 bool IsArrayLiteral() const { in IsArrayLiteral() function
1839 if (each->IsArrayLiteral() || each->IsObjectLiteral()) { in InitializeForEachStatement()2080 if (each->IsArrayLiteral() || each->IsObjectLiteral()) { in InitializeForOfStatement()