Home
last modified time | relevance | path

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

/external/v8/src/
Dlookup.cc281 !isolate_->IsTypedArraySpeciesLookupChainIntact() && in InternalUpdateProtector()
296 if (!isolate_->IsTypedArraySpeciesLookupChainIntact()) return; in InternalUpdateProtector()
321 if (!isolate_->IsTypedArraySpeciesLookupChainIntact()) return; in InternalUpdateProtector()
335 !isolate_->IsTypedArraySpeciesLookupChainIntact() && in InternalUpdateProtector()
350 if (!isolate_->IsTypedArraySpeciesLookupChainIntact()) return; in InternalUpdateProtector()
Disolate-inl.h166 bool Isolate::IsTypedArraySpeciesLookupChainIntact() { in IsTypedArraySpeciesLookupChainIntact() function
Disolate.h1239 inline bool IsTypedArraySpeciesLookupChainIntact();
Disolate.cc3521 DCHECK(IsTypedArraySpeciesLookupChainIntact()); in Throw()
3525 DCHECK(!IsTypedArraySpeciesLookupChainIntact()); in Throw()
/external/v8/src/runtime/
Druntime-test.cc895 isolate->IsTypedArraySpeciesLookupChainIntact()); in RUNTIME_FUNCTION()