Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.cc238 Scanner::Location super_loc = function_state_->super_location(); in ParseStatementList() local
245 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()
Dparser-base.h2711 Scanner::Location super_loc = scanner()->location(); in ParseStrongSuperCallExpression() local
2746 function_state_->set_super_location(super_loc); in ParseStrongSuperCallExpression()
3045 Scanner::Location super_loc; in ParseArrowFunctionLiteral() local
3095 super_loc = function_state.super_location(); in ParseArrowFunctionLiteral()
3129 if (super_loc.IsValid()) function_state_->set_super_location(super_loc); in ParseArrowFunctionLiteral()
Dparser.cc1151 Scanner::Location super_loc = function_state_->super_location(); in ParseStatementList() local
1158 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()