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