Searched refs:super_loc (Results 1 – 3 of 3) sorted by relevance
238 Scanner::Location super_loc = function_state_->super_location(); in ParseStatementList() local245 if (super_loc.beg_pos != old_super_loc.beg_pos && in ParseStatementList()246 super_loc.beg_pos != token_loc.beg_pos) { in ParseStatementList()247 ReportMessageAt(super_loc, MessageTemplate::kStrongConstructorSuper); in ParseStatementList()
2711 Scanner::Location super_loc = scanner()->location(); in ParseStrongSuperCallExpression() local2746 function_state_->set_super_location(super_loc); in ParseStrongSuperCallExpression()3045 Scanner::Location super_loc; in ParseArrowFunctionLiteral() local3095 super_loc = function_state.super_location(); in ParseArrowFunctionLiteral()3129 if (super_loc.IsValid()) function_state_->set_super_location(super_loc); in ParseArrowFunctionLiteral()
1151 Scanner::Location super_loc = function_state_->super_location(); in ParseStatementList() local1158 if (super_loc.beg_pos != old_super_loc.beg_pos && in ParseStatementList()1159 super_loc.beg_pos != token_loc.beg_pos) { in ParseStatementList()1160 ReportMessageAt(super_loc, MessageTemplate::kStrongConstructorSuper); in ParseStatementList()