Searched refs:this_loc (Results 1 – 2 of 2) sorted by relevance
237 Scanner::Location this_loc = function_state_->this_location(); in ParseStatementList() local239 if (this_loc.beg_pos != old_this_loc.beg_pos && in ParseStatementList()240 this_loc.beg_pos != token_loc.beg_pos) { in ParseStatementList()241 ReportMessageAt(this_loc, MessageTemplate::kStrongConstructorThis); in ParseStatementList()
1150 Scanner::Location this_loc = function_state_->this_location(); in ParseStatementList() local1152 if (this_loc.beg_pos != old_this_loc.beg_pos && in ParseStatementList()1153 this_loc.beg_pos != token_loc.beg_pos) { in ParseStatementList()1154 ReportMessageAt(this_loc, MessageTemplate::kStrongConstructorThis); in ParseStatementList()