Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h2466 ExpressionT this_expr = this->ThisExpression(scope_, factory(), pos); in ParseLeftHandSideExpression() local
2468 factory()->NewAssignment(Token::INIT, this_expr, result, pos); in ParseLeftHandSideExpression()
2632 ExpressionT this_expr = this->ThisExpression(scope_, factory(), pos); in ParseStrongInitializationExpression() local
2641 left = factory()->NewProperty(this_expr, index, pos); in ParseStrongInitializationExpression()
2653 this_expr, factory()->NewStringLiteral(name, pos), pos); in ParseStrongInitializationExpression()
2756 ExpressionT this_expr = this->ThisExpression(scope_, factory(), pos); in ParseStrongSuperCallExpression() local
2757 return factory()->NewAssignment(Token::INIT, this_expr, expr, pos); in ParseStrongSuperCallExpression()