• Home
  • Raw
  • Download

Lines Matching full:throw

38throw new DiagnosticError(unaryExpr, DiagnosticCode.A_delete_cannot_be_called_on_an_identifier_in_…
48 throw new DiagnosticError(node, DiagnosticCode.Octal_literals_are_not_allowed_in_strict_mode);
54throw new DiagnosticError(node, DiagnosticCode.Octal_escape_sequences_are_not_allowed_in_strict_mo…
58 throw new DiagnosticError(node, DiagnosticCode._8_and_9_are_not_allowed_in_strict_mode);
84throw new DiagnosticError(name, getStrictModeEvalOrArgumentsDiagnosticCode(contextNode), file, arg…
128throw new DiagnosticError(node, DiagnosticCode.Identifier_expected_0_is_a_reserved_word_at_the_top…
136throw new DiagnosticError(node, getStrictModeIdentifierDiagnosticCode(node), file, jshelpers.decla…
150throw new DiagnosticError(param.name, DiagnosticCode.Duplicate_identifier_0, undefined, args);
159throw new DiagnosticError(param, DiagnosticCode.use_strict_directive_cannot_be_used_with_non_simpl…
167throw new DiagnosticError(node, DiagnosticCode.A_with_statements_are_not_allowed_in_strict_mode, f…
179throw new DiagnosticError(node, DiagnosticCode.In_strict_mode_code_functions_can_only_be_declared_…
186 throw new DiagnosticError(node, DiagnosticCode.Identifier_expected);
193throw new DiagnosticError(node, DiagnosticCode.An_import_declaration_can_only_be_used_in_a_namespa…
197 throw new DiagnosticError(node, DiagnosticCode.An_import_declaration_cannot_have_modifiers);
206throw new DiagnosticError(node, DiagnosticCode.Unexpected_eval_or_arguments_in_strict_mode);
215throw new DiagnosticError(node, DiagnosticCode.An_export_assignment_must_be_at_the_top_level_of_a_…
219 throw new DiagnosticError(node, DiagnosticCode.An_export_assignment_cannot_have_modifiers);
225throw new DiagnosticError(node, DiagnosticCode.An_export_declaration_can_only_be_used_in_a_module);
229 throw new DiagnosticError(node, DiagnosticCode.An_export_declaration_cannot_have_modifiers);