Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dscanner.cc842 template <bool capture_raw, bool in_template_literal>
848 if (!in_template_literal && c0_ != kEndOfInput && in ScanEscape()
985 const bool in_template_literal = true; in ScanTemplateSpan() local
1011 } else if (!ScanEscape<capture_raw, in_template_literal>()) { in ScanTemplateSpan()
Dscanner.h733 template <bool capture_raw, bool in_template_literal>