Searched refs:NewExpressionList (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/parsing/
H A Dpreparser.h826 static PreParserExpressionList NewExpressionList(int size, Zone* zone) { function in class:v8::internal::PreParserTraits
H A Dparser.h527 ZoneList<v8::internal::Expression*>* NewExpressionList(int size, Zone* zone) { function in class:v8::internal::ParserTraits
H A Dparser-base.h1498 this->NewExpressionList(4, zone_);
1908 this->NewExpressionList(4, zone_);
2559 return factory()->NewCallNew(result, this->NewExpressionList(0, zone_),

Completed in 62 milliseconds