Searched refs:reserved_loc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dpreparser.h400 const Scanner::Location& reserved_loc,
422 if (reserved_loc.IsValid()) {
423 Traits::ReportMessageAt(reserved_loc, "unexpected_strict_reserved");
2684 Scanner::Location reserved_loc = Scanner::Location::invalid(); local
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.cc3544 Scanner::Location reserved_loc = Scanner::Location::invalid(); local
3558 if (!reserved_loc.IsValid() && is_strict_reserved) {
3559 reserved_loc = scanner()->location();
3671 reserved_loc,

Completed in 198 milliseconds