Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.cc230 Scanner::Location old_this_loc = function_state_->this_location(); in ParseStatementList()
237 Scanner::Location this_loc = function_state_->this_location(); in ParseStatementList()
674 ReportMessageAt(function_state_->this_location(), in ParseExpressionOrLabelledStatement()
Dparser-base.h209 Scanner::Location this_location() const { return this_location_; } in this_location() function
2666 ReportMessageAt(function_state_->this_location(), in ParseStrongInitializationExpression()
2734 } else if (function_state_->this_location().IsValid()) { in ParseStrongSuperCallExpression()
Dparser.cc1144 Scanner::Location old_this_loc = function_state_->this_location(); in ParseStatementList()
1150 Scanner::Location this_loc = function_state_->this_location(); in ParseStatementList()
2530 ReportMessageAt(function_state_->this_location(), in ParseExpressionOrLabelledStatement()