Searched refs:NewEmptyStatement (Results 1 – 4 of 4) sorted by relevance
44 AstNode* node = factory.NewEmptyStatement(RelocInfo::kNoPosition); in TEST()
473 next_block, factory()->NewEmptyStatement(RelocInfo::kNoPosition), in VisitArrayLiteral()507 factory()->NewEmptyStatement(RelocInfo::kNoPosition), in VisitArrayLiteral()
1490 return factory()->NewEmptyStatement(pos); in ParseImportDeclaration()1548 return factory()->NewEmptyStatement(pos); in ParseImportDeclaration()1629 return factory()->NewEmptyStatement(pos); in ParseExportDeclaration()1681 return factory()->NewEmptyStatement(pos); in ParseExportDeclaration()1728 return factory()->NewEmptyStatement(RelocInfo::kNoPosition); in ParseStatement()1771 return factory()->NewEmptyStatement(RelocInfo::kNoPosition); in ParseSubStatement()2136 EmptyStatement* empty = factory()->NewEmptyStatement(RelocInfo::kNoPosition); in ParseFunctionDeclaration()2620 else_statement = factory()->NewEmptyStatement(RelocInfo::kNoPosition); in ParseIfStatement()2674 return factory()->NewEmptyStatement(pos); in ParseBreakStatement()3457 Statement* noop = factory()->NewEmptyStatement(RelocInfo::kNoPosition); in DesugarLexicalBindingsInForStatement()[all …]
3210 EmptyStatement* NewEmptyStatement(int pos) { in NewEmptyStatement() function