Searched refs:NewReturnStatement (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/parsing/ |
D | rewriter.cc | 362 processor.factory()->NewReturnStatement(result_proxy, pos); in DECLARATION_NODE_LIST()
|
D | parser.cc | 241 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()
|
D | preparser.h | 540 PreParserStatement NewReturnStatement(PreParserExpression expression, in NewReturnStatement() function
|
D | parser-base.h | 3385 body->Add(factory()->NewReturnStatement(expression, pos), zone()); in ParseArrowFunctionLiteral()
|
/external/v8/src/ast/ |
D | ast.h | 3171 ReturnStatement* NewReturnStatement(Expression* expression, int pos) { in NewReturnStatement() function
|