Home | History | Annotate | Download | only in src

Lines Matching full:illegal

53   newline_after_throw:           ["Illegal newline after throw"],
69 illegal_invocation: ["Illegal invocation"],
140 illegal_break: ["Illegal break statement"],
141 illegal_continue: ["Illegal continue statement"],
142 illegal_return: ["Illegal return statement"],
143 illegal_let: ["Illegal let declaration outside extended mode"],
152 illegal_access: ["Illegal access"],
178 strict_caller: ["Illegal access to a strict mode caller function."],
179 unprotected_let: ["Illegal let declaration in unprotected statement context."],
180 unprotected_const: ["Illegal const declaration in unprotected statement context."],