Searched refs:NewEmptyStatement (Results 1 – 3 of 3) sorted by relevance
45 AstNode* node = factory.NewEmptyStatement(RelocInfo::kNoPosition); in TEST()
1224 return factory()->NewEmptyStatement(pos); in ParseModuleDeclaration()1488 result = factory()->NewEmptyStatement(pos); in ParseExportDeclaration()1617 return factory()->NewEmptyStatement(RelocInfo::kNoPosition); in ParseStatement()1950 return factory()->NewEmptyStatement(RelocInfo::kNoPosition); in ParseFunctionDeclaration()2479 else_statement = factory()->NewEmptyStatement(RelocInfo::kNoPosition); in ParseIfStatement()2533 return factory()->NewEmptyStatement(pos); in ParseBreakStatement()3065 Statement* empty = factory()->NewEmptyStatement(RelocInfo::kNoPosition); in DesugarLetBindingsInForStatement()
3257 EmptyStatement* NewEmptyStatement(int pos) { in NewEmptyStatement() function