Lines Matching defs:ThrowError
66 ThrowError("Invalid unicode escape sequence");
75 ThrowError("Invalid unicode escape sequence");
85 ThrowError("Invalid unicode escape sequence");
156 ThrowError("Unterminated multi-line comment");
210 ThrowError(ss.str());
213 [[noreturn]] void Lexer::ThrowError(std::string_view message) const
234 ThrowError("Invalid numeric literal");
263 ThrowError("Invalid numeric separator");
273 ThrowError("Numeric separators are not allowed at the end of numeric literals");
288 ThrowError("Invalid number");
329 ThrowError("Invalid BigInt number");
378 ThrowError("Invalid numeric literal");
433 ThrowError("Octal escape sequences are not allowed in template strings");
445 ThrowError("Unexpected token, expected '${' or '`'");
532 ThrowError("Unterminated string");
597 ThrowError("Invalid character escape sequence in strict mode");
1025 ThrowError("Unterminated RegExp");
1104 ThrowError("Invalid RegExp flag");
1109 ThrowError("Invalid RegExp flag");
1123 ThrowError("Invalid octal digit");
1446 ThrowError("Invalid character");
1556 ThrowError("Implicit octal literal not allowed");
1560 ThrowError("NonOctalDecimalIntegerLiteral is not enabled in strict mode code");
1563 ThrowError("Numeric separator '_' is not allowed in numbers that start with '0'.");