Home
last modified time | relevance | path

Searched refs:ThisExpression (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/parsing/
Dparser.cc630 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()
Dpreparser.h799 static PreParserExpression ThisExpression(Scope* scope, in ThisExpression() function
Dparser.h507 Expression* ThisExpression(Scope* scope, AstNodeFactory* factory,
Dparser-base.h1506 return this->ThisExpression(scope_, factory(), beg_pos); in ParsePrimaryExpression()
2858 ExpressionT this_expr = this->ThisExpression(scope_, factory(), pos); in ParseLeftHandSideExpression()