Lines Matching refs:NewEmptyStatement
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()
3519 Statement* empty = factory()->NewEmptyStatement(RelocInfo::kNoPosition); in DesugarLexicalBindingsInForStatement()
4449 factory()->NewEmptyStatement(RelocInfo::kNoPosition), in BuildAssertIsCoercible()