Home
last modified time | relevance | path

Searched refs:PreParserExpressionList (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dpreparser.h367 friend class PreParserExpressionList; variable
396 class PreParserExpressionList {
398 explicit PreParserExpressionList(std::vector<void*>* buffer) : length_(0) {} in PreParserExpressionList() function
544 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 …]