Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dscanner.cc65 template <bool capture_raw, bool unicode>
81 Advance<capture_raw>(); in ScanHexNumber()
87 template <bool capture_raw>
100 Advance<capture_raw>(); in ScanUnlimitedLengthHexNumber()
760 template <bool capture_raw, bool in_template_literal>
763 Advance<capture_raw>(); in ScanEscape()
768 if (IsCarriageReturn(c) && IsLineFeed(c0_)) Advance<capture_raw>(); in ScanEscape()
770 if (IsLineFeed(c) && IsCarriageReturn(c0_)) Advance<capture_raw>(); in ScanEscape()
784 c = ScanUnicodeEscape<capture_raw>(); in ScanEscape()
792 c = ScanHexNumber<capture_raw>(2); in ScanEscape()
[all …]
Dscanner.h506 template <bool capture_raw>
598 template <bool capture_raw = false, bool check_surrogate = true>
600 if (capture_raw) { in Advance()
693 template <bool capture_raw, bool unicode = false>
698 template <bool capture_raw>
722 template <bool capture_raw, bool in_template_literal>
729 template <bool capture_raw>