Searched refs:NewExpressionList (Results 1 – 2 of 2) sorted by relevance
1347 static PreParserExpressionList NewExpressionList(int size, void* zone) { in NewExpressionList() function1895 this->NewExpressionList(4, zone_); in ParseArrayLiteral()2112 this->NewExpressionList(4, zone_); in ParseArguments()2505 return factory()->NewCallNew(result, this->NewExpressionList(0, zone_), in ParseMemberWithNewPrefixesExpression()
568 ZoneList<v8::internal::Expression*>* NewExpressionList(int size, Zone* zone) { in NewExpressionList() function