Searched refs:NewEmptyStatement (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/parsing/ |
D | parser.cc | 913 return factory()->NewEmptyStatement(kNoSourcePosition); in ParseModuleItem() 1251 return factory()->NewEmptyStatement(pos); in ParseExportDeclaration() 1295 return factory()->NewEmptyStatement(pos); in ParseExportDeclaration() 1433 return factory()->NewEmptyStatement(kNoSourcePosition); in DeclareFunction() 2273 Statement* noop = factory()->NewEmptyStatement(kNoSourcePosition); in DesugarLexicalBindingsInForStatement() 2336 Statement* empty = factory()->NewEmptyStatement(kNoSourcePosition); in DesugarLexicalBindingsInForStatement() 2826 factory()->NewEmptyStatement(kNoSourcePosition), kNoSourcePosition); in BuildAssertIsCoercible() 3769 condition, factory()->NewEmptyStatement(nopos), throw_call, nopos); in CheckCallable() 3820 condition, return_input, factory()->NewEmptyStatement(nopos), nopos); in BuildIteratorClose() 3864 is_receiver_call, factory()->NewEmptyStatement(nopos), throw_call, in BuildIteratorClose() [all …]
|
D | pattern-rewriter.cc | 544 next_block, factory()->NewEmptyStatement(kNoSourcePosition), in VisitArrayLiteral() 656 factory()->NewEmptyStatement(nopos), nopos); in VisitArrayLiteral()
|
D | preparser.h | 746 PreParserStatement NewEmptyStatement(int pos) { in NewEmptyStatement() function
|
D | parser-base.h | 5033 return factory()->NewEmptyStatement(kNoSourcePosition); in ParseStatement() 5292 else_statement = factory()->NewEmptyStatement(kNoSourcePosition); in ParseIfStatement() 5356 return factory()->NewEmptyStatement(pos); in ParseBreakStatement()
|
/external/v8/src/ast/ |
D | ast.h | 2970 EmptyStatement* NewEmptyStatement(int pos) { in NewEmptyStatement() function 2976 SloppyBlockFunctionStatement(NewEmptyStatement(kNoSourcePosition)); in NewSloppyBlockFunctionStatement()
|