Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.cc237 Scanner::Location this_loc = function_state_->this_location(); in ParseStatementList() local
239 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()
Dparser.cc1150 Scanner::Location this_loc = function_state_->this_location(); in ParseStatementList() local
1152 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()