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

  /external/v8/src/
scanner.cc 405 void Scanner::AddCharAdvance() {
618 AddCharAdvance();
670 if (c0_ == '-') AddCharAdvance();
672 AddCharAdvance();
679 AddCharAdvance();
683 AddCharAdvance();
686 AddCharAdvance();
690 AddCharAdvance();
691 if (c0_ == '-' || c0_ == '+') AddCharAdvance();
694 AddCharAdvance();
    [all...]
scanner.h 389 void AddCharAdvance();

Completed in 168 milliseconds