Searched refs:PreParserExpressionList (Results 1 – 1 of 1) sorted by relevance
367 friend class PreParserExpressionList; variable396 class PreParserExpressionList {398 explicit PreParserExpressionList(std::vector<void*>* buffer) : length_(0) {} in PreParserExpressionList() function544 PreParserExpression NewArrayLiteral(const PreParserExpressionList& values, in NewArrayLiteral()568 const PreParserExpressionList& properties, int boilerplate_properties,646 const PreParserExpressionList& arguments, int pos,658 PreParserExpression expression, const PreParserExpressionList& arguments, in NewTaggedTemplate()663 const PreParserExpressionList& arguments, in NewCallNew()884 using ExpressionList = PreParserExpressionList;885 using ObjectPropertyList = PreParserExpressionList;[all …]