Searched refs:capture_raw (Results 1 – 2 of 2) sorted by relevance
63 template <bool capture_raw>74 Advance<capture_raw>(); in ScanHexNumber()81 template <bool capture_raw>91 Advance<capture_raw>(); in ScanUnlimitedLengthHexNumber()734 template <bool capture_raw, bool in_template_literal>737 Advance<capture_raw>(); in ScanEscape()742 if (IsCarriageReturn(c) && IsLineFeed(c0_)) Advance<capture_raw>(); in ScanEscape()744 if (IsLineFeed(c) && IsCarriageReturn(c0_)) Advance<capture_raw>(); in ScanEscape()758 c = ScanUnicodeEscape<capture_raw>(); in ScanEscape()766 c = ScanHexNumber<capture_raw>(2); in ScanEscape()[all …]
464 template <bool capture_raw>536 template <bool capture_raw = false, bool check_surrogate = true>538 if (capture_raw) { in Advance()631 template <bool capture_raw>636 template <bool capture_raw>660 template <bool capture_raw, bool in_template_literal>667 template <bool capture_raw>