Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dscanner.cc195 template <bool capture_raw, bool unicode>
211 Advance<capture_raw>(); in ScanHexNumber()
217 template <bool capture_raw>
230 Advance<capture_raw>(); in ScanUnlimitedLengthHexNumber()
850 template <bool capture_raw>
853 Advance<capture_raw>(); in ScanEscape()
857 if (!capture_raw && unibrow::IsLineTerminator(c)) { in ScanEscape()
873 c = ScanUnicodeEscape<capture_raw>(); in ScanEscape()
881 c = ScanHexNumber<capture_raw>(2); in ScanEscape()
893 c = ScanOctalEscape<capture_raw>(c, 2); in ScanEscape()
[all …]
Dscanner.h544 template <bool capture_raw>
603 template <bool capture_raw = false>
605 if (capture_raw) { in Advance()
708 template <bool capture_raw, bool unicode = false>
713 template <bool capture_raw>
750 template <bool capture_raw>
757 template <bool capture_raw>