" + ascii + "
" }, // 8-bit all-ASCII, ToString-coerced (RewriterPipe zero-copy branch) + { toString: () => "caf\xe9
" }, // 8-bit non-ASCII, ToString-coerced (RewriterPipe Vec-copy branch) + { toString: () => "\u{1F499}
" }, // 16-bit, ToString-coerced + "" + ascii + "
caf\xe9
\u{1F499}