Lines Matching defs:ThrowError

74             ThrowError("Invalid unicode escape sequence");
82 ThrowError("Invalid unicode escape sequence");
156 ThrowError("Unterminated multi-line comment");
213 void Lexer::ThrowError(std::string_view message)
230 ThrowError("Invalid numeric literal");
264 ThrowError("Invalid octal digit");
282 ThrowError("Implicit octal literal not allowed");
287 ThrowError("NonOctalDecimalIntegerLiteral is not enabled in strict mode code");
324 ThrowError("Invalid numeric separator");
334 ThrowError("Numeric separators are not allowed at the end of numeric literals");
368 ThrowError("Invalid number");
422 ThrowError("Invalid numeric literal");
436 ThrowError("Invalid BigInt number");
472 ThrowError("Unexpected token, expected '${' or '`'");
550 ThrowError("Unterminated string");
619 ThrowError("Octal escape sequences are not allowed in strict mode");
630 ThrowError("Invalid character escape sequence in strict mode");
1048 ThrowError("Unterminated RegExp");
1143 ThrowError("Invalid RegExp flag");
1148 ThrowError("Invalid RegExp flag");
1212 ThrowError("'await' is not allowed in class static block");
1229 ThrowError("'await' is not allowed");
1232 ThrowError("Keyword must not contain escaped characters");
1240 ThrowError("'arguments' is not allowed in static block and field initializer");
1247 ThrowError("Escape sequences are not allowed in keywords");
1256 ThrowError("Unexpected reserved keyword");
1260 ThrowError("Escape sequences are not allowed in keywords");
1274 ThrowError("'yield' is not allowed");
1288 ThrowError("Unexpected strict mode reserved keyword");
1310 ThrowError("Invalid or unexpected token");
1543 ThrowError("Invalid character");