Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Dscanner.cc118 template <bool capture_raw, bool unicode>
134 Advance<capture_raw>(); in ScanHexNumber()
140 template <bool capture_raw>
154 Advance<capture_raw>(); in ScanUnlimitedLengthHexNumber()
372 template <bool capture_raw>
375 Advance<capture_raw>(); in ScanEscape()
379 if (!capture_raw && unibrow::IsLineTerminator(c)) { in ScanEscape()
392 c = ScanUnicodeEscape<capture_raw>(); in ScanEscape()
400 c = ScanHexNumber<capture_raw>(2); in ScanEscape()
412 c = ScanOctalEscape<capture_raw>(c, 2); in ScanEscape()
[all …]
Dscanner.h479 template <bool capture_raw>
527 template <bool capture_raw = false>
529 if (capture_raw) { in Advance()
633 template <bool capture_raw, bool unicode = false>
638 template <bool capture_raw>
683 template <bool capture_raw>
690 template <bool capture_raw>