Home
last modified time | relevance | path

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

/external/v8/src/
Dapi.cc5421 : early_termination_(false), in Utf8WriterVisitor()
5473 DCHECK(!early_termination_); in Visit()
5533 early_termination_ = true; in Visit()
5542 early_termination_ = true; in Visit()
5556 return early_termination_; in IsDone()
5574 !early_termination_ && in CompleteWrite()
5582 bool early_termination_; member in v8::Utf8WriterVisitor