Lines Matching full:throw
38 …throw 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);
54 …throw 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);
84 …throw new DiagnosticError(name, getStrictModeEvalOrArgumentsDiagnosticCode(contextNode), file, arg…
128 …throw new DiagnosticError(node, DiagnosticCode.Identifier_expected_0_is_a_reserved_word_at_the_top…
136 …throw new DiagnosticError(node, getStrictModeIdentifierDiagnosticCode(node), file, jshelpers.decla…
150 … throw new DiagnosticError(param.name, DiagnosticCode.Duplicate_identifier_0, undefined, args);
159 …throw new DiagnosticError(param, DiagnosticCode.use_strict_directive_cannot_be_used_with_non_simpl…
167 …throw new DiagnosticError(node, DiagnosticCode.A_with_statements_are_not_allowed_in_strict_mode, f…
179 …throw new DiagnosticError(node, DiagnosticCode.In_strict_mode_code_functions_can_only_be_declared_…
186 throw new DiagnosticError(node, DiagnosticCode.Identifier_expected);
193 …throw 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);
206 … throw new DiagnosticError(node, DiagnosticCode.Unexpected_eval_or_arguments_in_strict_mode);
215 …throw 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);
225 …throw 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);