Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparsed-scope-data.h138 bool ThisOrParentBailedOut() const { in ThisOrParentBailedOut() function
145 return parent_->ThisOrParentBailedOut(); in ThisOrParentBailedOut()
Dpreparsed-scope-data.cc297 DCHECK(!ThisOrParentBailedOut()); in Serialize()