HomeSort by relevance Sort by last modified time
    Searched refs:ScanEscape (Results 1 - 2 of 2) sorted by null

  /external/v8/src/parsing/
scanner.cc 943 bool Scanner::ScanEscape() {
1049 if (c0_ == kEndOfInput || !ScanEscape<false, false>()) {
1115 bool success = ScanEscape<capture_raw, in_template_literal>();
    [all...]
scanner.h 702 bool ScanEscape();

Completed in 69 milliseconds