Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.cc204 condition, initialize, factory()->NewEmptyStatement(kNoSourcePosition), in RewriteSuperCall()
1025 return factory()->NewEmptyStatement(kNoSourcePosition); in ParseModuleItem()
1360 return factory()->NewEmptyStatement(pos); in ParseExportDeclaration()
1407 return factory()->NewEmptyStatement(pos); in ParseExportDeclaration()
1565 return factory()->NewEmptyStatement(kNoSourcePosition); in DeclareFunction()
2314 Statement* noop = factory()->NewEmptyStatement(kNoSourcePosition); in DesugarLexicalBindingsInForStatement()
2377 Statement* empty = factory()->NewEmptyStatement(kNoSourcePosition); in DesugarLexicalBindingsInForStatement()
2865 factory()->NewEmptyStatement(kNoSourcePosition), kNoSourcePosition); in BuildAssertIsCoercible()
3306 statement = factory()->NewEmptyStatement(kNoSourcePosition); in ParseEagerFunctionBody()
4673 is_receiver_call, factory()->NewEmptyStatement(nopos), throw_call, in RewriteYieldStar()
[all …]
Dpattern-rewriter.cc457 next_block, factory()->NewEmptyStatement(kNoSourcePosition), in VisitArrayLiteral()
564 factory()->NewEmptyStatement(nopos), nopos); in VisitArrayLiteral()
Dpreparser.h678 PreParserStatement NewEmptyStatement(int pos) { in NewEmptyStatement() function
Dparser-base.h4520 return factory()->NewEmptyStatement(kNoSourcePosition); in ParseStatement()
4767 else_statement = factory()->NewEmptyStatement(kNoSourcePosition); in ParseIfStatement()
4824 return factory()->NewEmptyStatement(pos); in ParseBreakStatement()
/external/v8/src/ast/
Dast.h3257 EmptyStatement* NewEmptyStatement(int pos) { in NewEmptyStatement() function
3263 NewEmptyStatement(kNoSourcePosition), scope); in NewSloppyBlockFunctionStatement()