Home
last modified time | relevance | path

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

/external/v8/src/
Disolate-inl.h178 bool Isolate::IsStringLengthOverflowIntact() { in IsStringLengthOverflowIntact() function
Disolate.h1243 inline bool IsStringLengthOverflowIntact();
Disolate.cc3539 DCHECK(IsStringLengthOverflowIntact()); in Throw()
3542 DCHECK(!IsStringLengthOverflowIntact()); in Throw()
/external/v8/src/compiler/
Djs-typed-lowering.cc692 if (isolate()->IsStringLengthOverflowIntact()) { in ReduceCreateConsString()
/external/v8/src/heap/
Dfactory.cc2246 if (isolate()->IsStringLengthOverflowIntact()) { in NewInvalidStringLengthError()