Home | History | Annotate | Download | only in src

Lines Matching refs:Illegal

27   newline_after_throw:           ["Illegal newline after throw"],
46 illegal_invocation: ["Illegal invocation"],
133 illegal_break: ["Illegal break statement"],
134 illegal_continue: ["Illegal continue statement"],
135 illegal_return: ["Illegal return statement"],
144 illegal_access: ["Illegal access"],
163 strict_caller: ["Illegal access to a strict mode caller function."],
166 unprotected_let: ["Illegal let declaration in unprotected statement context."],
167 unprotected_const: ["Illegal const declaration in unprotected statement context."],