Home
last modified time | relevance | path

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

/external/v8/src/
Ddateparser-inl.h97 } else if (scanner.SkipSymbol('.') && time.IsExpecting(n)) { in Parse()
103 } else if (tz.IsExpecting(n)) { in Parse()
105 } else if (time.IsExpecting(n)) { in Parse()
Ddateparser.h282 bool IsExpecting(int n) const { in IsExpecting() function
298 bool IsExpecting(int n) const { in IsExpecting() function