Searched refs:ThisExpression (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/parsing/ |
D | parser.cc | 595 Expression* ParserTraits::ThisExpression(Scope* scope, AstNodeFactory* factory, in ThisExpression() function in v8::internal::ParserTraits 615 ThisExpression(scope, factory, pos)->AsVariableProxy(), home_object, pos); in SuperPropertyReference() 628 ThisExpression(scope, factory, pos)->AsVariableProxy(), new_target_proxy, in SuperCallReference() 2712 return_value = ThisExpression(scope_, factory(), loc.beg_pos); in ParseReturnStatement() 2767 is_undefined, ThisExpression(scope_, factory(), pos), in ParseReturnStatement() 4634 this->ThisExpression(scope_, factory(), RelocInfo::kNoPosition), in ParseEagerFunctionBody() 5345 ThisExpression(scope_, factory(), RelocInfo::kNoPosition); in SpreadCall()
|
D | parser-base.h | 1262 return this->ThisExpression(scope_, factory(), beg_pos); in ParsePrimaryExpression() 2466 ExpressionT this_expr = this->ThisExpression(scope_, factory(), pos); in ParseLeftHandSideExpression() 2632 ExpressionT this_expr = this->ThisExpression(scope_, factory(), pos); in ParseStrongInitializationExpression() 2756 ExpressionT this_expr = this->ThisExpression(scope_, factory(), pos); in ParseStrongSuperCallExpression()
|
D | preparser.h | 776 static PreParserExpression ThisExpression(Scope* scope, in ThisExpression() function
|
D | parser.h | 508 Expression* ThisExpression(Scope* scope, AstNodeFactory* factory,
|
/external/chromium-trace/catapult/tracing/third_party/components/polymer/ |
D | polymer.js | 2233 ThisExpression: 'ThisExpression', property
|
D | polymer.min.js | 11 …tExpression:"ObjectExpression",Program:"Program",Property:"Property",ThisExpression:"ThisExpressio… property
|
/external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
D | polymer.js | 2233 ThisExpression: 'ThisExpression', property
|
D | polymer.min.js | 11 …tExpression:"ObjectExpression",Program:"Program",Property:"Property",ThisExpression:"ThisExpressio… property
|