Home
last modified time | relevance | path

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

/external/v8/src/
Disolate-inl.h188 bool Isolate::IsArrayIteratorLookupChainIntact() { in IsArrayIteratorLookupChainIntact() function
Dlookup.cc326 if (!isolate_->IsArrayIteratorLookupChainIntact()) return; in InternalUpdateProtector()
357 if (!isolate_->IsArrayIteratorLookupChainIntact()) return; in InternalUpdateProtector()
Disolate.h1244 inline bool IsArrayIteratorLookupChainIntact();
Disolate.cc3547 DCHECK(IsArrayIteratorLookupChainIntact()); in Throw()
3551 DCHECK(!IsArrayIteratorLookupChainIntact()); in Throw()
Dobjects.cc2484 if (!isolate->IsArrayIteratorLookupChainIntact()) return true; in IterationHasObservableEffects()
/external/v8/src/compiler/
Djs-call-reducer.cc3002 !isolate()->IsArrayIteratorLookupChainIntact()) { in ReduceCallOrConstructWithArrayLikeOrSpread()