Lines Matching refs:Illegal
153 "newline_after_throw", ["Illegal newline after throw"],
169 "illegal_invocation", ["Illegal invocation"],
205 "illegal_break", ["Illegal break statement"],
206 "illegal_continue", ["Illegal continue statement"],
207 "illegal_return", ["Illegal return statement"],
208 "illegal_let", ["Illegal let declaration outside extended mode"],
217 "illegal_access", ["Illegal access"],
243 "strict_caller", ["Illegal access to a strict mode caller function."],
244 "unprotected_let", ["Illegal let declaration in unprotected statement context."],
245 "unprotected_const", ["Illegal const declaration in unprotected statement context."],