Home
last modified time | relevance | path

Searched refs:ReportMessageAt (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
Dpreparser.cc42 void PreParserTraits::ReportMessageAt(Scanner::Location location, in ReportMessageAt() function in v8::internal::PreParserTraits
46 ReportMessageAt(location.beg_pos, in ReportMessageAt()
54 void PreParserTraits::ReportMessageAt(int start_pos, in ReportMessageAt() function in v8::internal::PreParserTraits
306 PreParserTraits::ReportMessageAt(start_location.beg_pos, in ParseStatement()
447 ReportMessageAt(scanner()->peek_location(), "unprotected_const"); in ParseVariableDeclarations()
454 ReportMessageAt(location, "strict_const"); in ParseVariableDeclarations()
462 ReportMessageAt(scanner()->peek_location(), "unprotected_let"); in ParseVariableDeclarations()
606 ReportMessageAt(scanner()->location(), "strict_mode_with"); in ParseWithStatement()
750 ReportMessageAt(scanner()->location(), "newline_after_throw"); in ParseThrowStatement()
778 ReportMessageAt(scanner()->location(), "no_catch_or_finally"); in ParseTryStatement()
[all …]
Dpreparser.h385 ReportMessageAt(octal, "strict_octal_literal"); in CheckOctalLiteral()
403 Traits::ReportMessageAt(function_name_loc, "strict_eval_arguments"); in CheckStrictFunctionNameAndParameters()
408 Traits::ReportMessageAt(function_name_loc, "unexpected_strict_reserved"); in CheckStrictFunctionNameAndParameters()
413 Traits::ReportMessageAt(eval_args_error_loc, "strict_eval_arguments"); in CheckStrictFunctionNameAndParameters()
418 Traits::ReportMessageAt(dupe_error_loc, "strict_param_dupe"); in CheckStrictFunctionNameAndParameters()
423 Traits::ReportMessageAt(reserved_loc, "unexpected_strict_reserved"); in CheckStrictFunctionNameAndParameters()
447 Traits::ReportMessageAt(source_location, message, arg, is_reference_error);
450 void ReportMessageAt(Scanner::Location location, const char* message,
452 Traits::ReportMessageAt(location, message,
1257 void ReportMessageAt(Scanner::Location location,
[all …]
Dparser.h499 void ReportMessageAt(Scanner::Location source_location,
509 void ReportMessageAt(Scanner::Location source_location,
Dparser.cc580 void ParserTraits::ReportMessageAt(Scanner::Location source_location, in ReportMessageAt() function in v8::internal::ParserTraits
603 ReportMessageAt(source_location, message, arg, is_reference_error); in ReportMessage()
611 ReportMessageAt(source_location, message, arg, is_reference_error); in ReportMessage()
615 void ParserTraits::ReportMessageAt(Scanner::Location source_location, in ReportMessageAt() function in v8::internal::ParserTraits
1676 ReportMessageAt(scanner()->peek_location(), "strict_function"); in ParseStatement()
2586 ReportMessageAt(loc, "illegal_return"); in ParseReturnStatement()
3739 ParserTraits::ReportMessageAt( in SkipLazyFunctionBody()
3929 ParserTraits::ReportMessageAt(location, "var_redeclaration", name); in CheckConflictingVarDeclarations()