Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.cc913 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 …]
Dpattern-rewriter.cc544 next_block, factory()->NewEmptyStatement(kNoSourcePosition), in VisitArrayLiteral()
656 factory()->NewEmptyStatement(nopos), nopos); in VisitArrayLiteral()
Dpreparser.h746 PreParserStatement NewEmptyStatement(int pos) { in NewEmptyStatement() function
Dparser-base.h5033 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/
Dast.h2970 EmptyStatement* NewEmptyStatement(int pos) { in NewEmptyStatement() function
2976 SloppyBlockFunctionStatement(NewEmptyStatement(kNoSourcePosition)); in NewSloppyBlockFunctionStatement()