Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dpreparser.h1347 static PreParserExpressionList NewExpressionList(int size, void* zone) { in NewExpressionList() function
1895 this->NewExpressionList(4, zone_); in ParseArrayLiteral()
2112 this->NewExpressionList(4, zone_); in ParseArguments()
2505 return factory()->NewCallNew(result, this->NewExpressionList(0, zone_), in ParseMemberWithNewPrefixesExpression()
Dparser.h568 ZoneList<v8::internal::Expression*>* NewExpressionList(int size, Zone* zone) { in NewExpressionList() function