Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dscanner.cc760 template <bool capture_raw, bool in_template_literal>
766 if (!in_template_literal && c0_ >= 0 && unicode_cache_->IsLineTerminator(c)) { in ScanEscape()
902 const bool in_template_literal = true; in ScanTemplateSpan() local
928 } else if (!ScanEscape<capture_raw, in_template_literal>()) { in ScanTemplateSpan()
Dscanner.h722 template <bool capture_raw, bool in_template_literal>