Home
last modified time | relevance | path

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

/external/v8/src/
Disolate-inl.h151 bool Isolate::IsArrayIteratorLookupChainIntact() { in IsArrayIteratorLookupChainIntact() function
Dlookup.cc195 if (!isolate_->IsArrayIteratorLookupChainIntact()) return; in InternalUpdateProtector()
Disolate.h1006 inline bool IsArrayIteratorLookupChainIntact();
Disolate.cc3145 DCHECK(IsArrayIteratorLookupChainIntact()); in Throw()
3149 DCHECK(!IsArrayIteratorLookupChainIntact()); in Throw()
Dobjects.cc2341 if (!isolate->IsArrayIteratorLookupChainIntact()) return true; in IterationHasObservableEffects()
/external/v8/src/compiler/
Djs-call-reducer.cc463 if (!isolate()->IsArrayIteratorLookupChainIntact()) return NoChange(); in ReduceSpreadCall()