Searched refs:SingleQuotes (Results 1 – 3 of 3) sorted by relevance
292 SingleQuotes, // The JavaScript string is quoted with single quotes. enumerator
300 Tok, StartColumn, /*Prefix=*/QuoteStyle == SingleQuotes ? "'" in BreakableStringLiteralUsingOperators()303 /*Postfix=*/QuoteStyle == SingleQuotes ? "'" : "\"", in BreakableStringLiteralUsingOperators()329 if (QuoteStyle == SingleQuotes) { in BreakableStringLiteralUsingOperators()
2367 QuoteStyle = BreakableStringLiteralUsingOperators::SingleQuotes; in createBreakableToken()