Searched refs:dupe_error_loc (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dpreparser.cc846 Scanner::Location dupe_error_loc = Scanner::Location::invalid(); local
865 if (!dupe_error_loc.IsValid() && prev_value != 0) {
866 dupe_error_loc = scanner()->location();
908 if (dupe_error_loc.IsValid()) {
909 ReportMessageAt(dupe_error_loc, "strict_param_dupe");
H A Dpreparser.h399 const Scanner::Location& dupe_error_loc,
417 if (dupe_error_loc.IsValid()) {
418 Traits::ReportMessageAt(dupe_error_loc, "strict_param_dupe");
2626 Scanner::Location dupe_error_loc = Scanner::Location::invalid(); local
2628 params_ast, scope_, &dupe_error_loc, ok);
2687 function_name_loc, eval_args_error_loc, dupe_error_loc, reserved_loc,
394 CheckStrictFunctionNameAndParameters( IdentifierT function_name, bool function_name_is_strict_reserved, const Scanner::Location& function_name_loc, const Scanner::Location& eval_args_error_loc, const Scanner::Location& dupe_error_loc, const Scanner::Location& reserved_loc, bool* ok) argument
H A Dparser.cc3543 Scanner::Location dupe_error_loc = Scanner::Location::invalid(); local
3561 if (!dupe_error_loc.IsValid() && scope_->IsDeclared(param_name)) {
3563 dupe_error_loc = scanner()->location();
3670 dupe_error_loc,

Completed in 160 milliseconds