Home
last modified time | relevance | path

Searched refs:NewEmptyStatement (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/cctest/
Dtest-ast.cc44 AstNode* node = factory.NewEmptyStatement(RelocInfo::kNoPosition); in TEST()
/external/v8/src/parsing/
Dpattern-rewriter.cc473 next_block, factory()->NewEmptyStatement(RelocInfo::kNoPosition), in VisitArrayLiteral()
507 factory()->NewEmptyStatement(RelocInfo::kNoPosition), in VisitArrayLiteral()
Dparser.cc1490 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 …]
/external/v8/src/ast/
Dast.h3210 EmptyStatement* NewEmptyStatement(int pos) { in NewEmptyStatement() function