Home
last modified time | relevance | path

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

/external/v8/src/
Dapi.cc5645 : early_termination_(false), in Utf8WriterVisitor()
5697 DCHECK(!early_termination_); in Visit()
5757 early_termination_ = true; in Visit()
5766 early_termination_ = true; in Visit()
5780 return early_termination_; in IsDone()
5798 !early_termination_ && in CompleteWrite()
5806 bool early_termination_; member in v8::Utf8WriterVisitor