Home
last modified time | relevance | path

Searched refs:NewExpressionStatement (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/parsing/
Dpattern-rewriter.cc175 factory()->NewExpressionStatement(assignment, pattern->position()), in VisitVariableProxy()
278 block_->statements()->Add(factory()->NewExpressionStatement(assignment, pos), in VisitVariableProxy()
290 factory()->NewExpressionStatement(assignment, kNoSourcePosition), in CreateTempVar()
335 block_->statements()->Add(factory()->NewExpressionStatement(expr, pos), in VisitRewritableExpression()
514 factory()->NewExpressionStatement(assign_value, nopos), zone()); in VisitArrayLiteral()
516 factory()->NewExpressionStatement(unset_done, nopos), zone()); in VisitArrayLiteral()
520 factory()->NewExpressionStatement(assign_undefined, nopos), in VisitArrayLiteral()
525 factory()->NewExpressionStatement( in VisitArrayLiteral()
532 factory()->NewExpressionStatement( in VisitArrayLiteral()
557 factory()->NewExpressionStatement(assignment, nopos), zone()); in VisitArrayLiteral()
[all …]
Dparser.cc584 factory()->NewExpressionStatement(initial_yield, kNoSourcePosition), in DoParseProgram()
1209 factory()->NewExpressionStatement(assignment, kNoSourcePosition)); in ParseExportDefault()
1448 factory()->NewExpressionStatement(assignment, kNoSourcePosition)); in DeclareClass()
1464 return factory()->NewExpressionStatement( in DeclareNative()
1589 factory()->NewExpressionStatement(tag_assign, kNoSourcePosition)); in RewriteSwitchStatement()
1691 body->Add(factory()->NewExpressionStatement(initial_yield, kNoSourcePosition), in ParseAndRewriteGeneratorFunctionBody()
1723 factory()->NewExpressionStatement(initial_yield, kNoSourcePosition), in ParseAndRewriteAsyncGeneratorFunctionBody()
1767 factory()->NewExpressionStatement(close_call, kNoSourcePosition), zone()); in ParseAndRewriteAsyncGeneratorFunctionBody()
1847 factory()->NewExpressionStatement(assign_each, kNoSourcePosition), in InitializeForEachStatement()
1885 factory()->NewExpressionStatement( in RewriteForVarInLegacy()
[all …]
Drewriter.cc119 factory()->NewExpressionStatement(assignment, kNoSourcePosition), zone()); in AssignUndefinedBefore()
262 0, factory()->NewExpressionStatement(save, kNoSourcePosition), zone()); in VisitTryFinallyStatement()
264 factory()->NewExpressionStatement(restore, kNoSourcePosition), zone()); in VisitTryFinallyStatement()
430 Statement* completion = node_factory->NewExpressionStatement( in Rewrite()
Dparser.h890 return factory()->NewExpressionStatement(
Dpreparser.h760 PreParserStatement NewExpressionStatement(const PreParserExpression& expr, in NewExpressionStatement() function
Dparser-base.h5264 return factory()->NewExpressionStatement(expr, pos); in ParseExpressionOrLabelledStatement()
5798 init = factory()->NewExpressionStatement(expression, lhs_beg_pos); in ParseForStatement()
6023 *next = factory()->NewExpressionStatement(exp, exp->position()); in ParseStandardForLoop()
/external/v8/src/ast/
Dscopes.cc600 factory->NewExpressionStatement(assignment, kNoSourcePosition); in HoistSloppyBlockFunctions()
Dast.h2894 ExpressionStatement* NewExpressionStatement(Expression* expression, int pos) { in NewExpressionStatement() function