Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dpreparser.cc823 Scanner::Location dupe_error_loc = Scanner::Location::invalid(); in ParseFunctionLiteral() local
842 if (!dupe_error_loc.IsValid() && prev_value != 0) { in ParseFunctionLiteral()
843 dupe_error_loc = scanner()->location(); in ParseFunctionLiteral()
884 if (dupe_error_loc.IsValid()) { in ParseFunctionLiteral()
885 ReportMessageAt(dupe_error_loc, "strict_param_dupe"); in ParseFunctionLiteral()
Dparser.cc3410 Scanner::Location dupe_error_loc = Scanner::Location::invalid(); in ParseFunctionLiteral() local
3428 if (!dupe_error_loc.IsValid() && scope_->IsDeclared(param_name)) { in ParseFunctionLiteral()
3430 dupe_error_loc = scanner()->location(); in ParseFunctionLiteral()
3539 if (dupe_error_loc.IsValid()) { in ParseFunctionLiteral()
3540 ReportMessageAt(dupe_error_loc, "strict_param_dupe"); in ParseFunctionLiteral()