Home
last modified time | relevance | path

Searched refs:capture_raw (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Dscanner.cc63 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 …]
Dscanner.h464 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>