Home
last modified time | relevance | path

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

/external/v8/src/
Dapi.cc5483 : early_termination_(false), in Utf8WriterVisitor()
5535 DCHECK(!early_termination_); in Visit()
5595 early_termination_ = true; in Visit()
5604 early_termination_ = true; in Visit()
5618 return early_termination_; in IsDone()
5636 !early_termination_ && in CompleteWrite()
5644 bool early_termination_; member in v8::Utf8WriterVisitor