Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Drewriter.cc362 processor.factory()->NewReturnStatement(result_proxy, pos); in DECLARATION_NODE_LIST()
Dparser.cc241 body->Add(factory()->NewReturnStatement(call, pos), zone()); in DefaultConstructor()
2789 result = factory()->NewReturnStatement(return_value, loc.beg_pos); in ParseReturnStatement()
4084 factory()->NewReturnStatement(return_value, return_value->position()), in DesugarAsyncFunctionBody()
4661 factory()->NewReturnStatement(promise_reject, RelocInfo::kNoPosition); in BuildRejectPromiseOnException()
4769 Statement* final_return = factory()->NewReturnStatement( in ParseEagerFunctionBody()
4799 factory()->NewReturnStatement( in ParseEagerFunctionBody()
6332 factory->NewReturnStatement(BuildIteratorResult(property, true), nopos); in RewriteYieldStar()
6532 factory->NewReturnStatement(BuildIteratorResult(value, true), nopos); in BuildIteratorClose()
Dpreparser.h540 PreParserStatement NewReturnStatement(PreParserExpression expression, in NewReturnStatement() function
Dparser-base.h3385 body->Add(factory()->NewReturnStatement(expression, pos), zone()); in ParseArrowFunctionLiteral()
/external/v8/src/ast/
Dast.h3171 ReturnStatement* NewReturnStatement(Expression* expression, int pos) { in NewReturnStatement() function