Searched refs:ThisExpression (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/parsing/ |
D | parser.cc | 630 Expression* ParserTraits::ThisExpression(Scope* scope, AstNodeFactory* factory, in ThisExpression() function in v8::internal::ParserTraits 650 ThisExpression(scope, factory, pos)->AsVariableProxy(), home_object, pos); in SuperPropertyReference() 663 ThisExpression(scope, factory, pos)->AsVariableProxy(), new_target_proxy, in SuperCallReference() 2719 return_value = ThisExpression(scope_, factory(), loc.beg_pos); in ParseReturnStatement() 2768 is_undefined, ThisExpression(scope_, factory(), pos), in ParseReturnStatement() 4678 : ThisExpression(scope_, factory(), RelocInfo::kNoPosition), in BuildCreateJSGeneratorObject() 4800 this->ThisExpression(scope_, factory(), RelocInfo::kNoPosition), in ParseEagerFunctionBody() 5522 ThisExpression(scope_, factory(), RelocInfo::kNoPosition); in SpreadCall()
|
D | preparser.h | 799 static PreParserExpression ThisExpression(Scope* scope, in ThisExpression() function
|
D | parser.h | 507 Expression* ThisExpression(Scope* scope, AstNodeFactory* factory,
|
D | parser-base.h | 1506 return this->ThisExpression(scope_, factory(), beg_pos); in ParsePrimaryExpression() 2858 ExpressionT this_expr = this->ThisExpression(scope_, factory(), pos); in ParseLeftHandSideExpression()
|