Home
last modified time | relevance | path

Searched refs:IsMentionedObjectCacheClear (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dstring-stream.h161 bool IsMentionedObjectCacheClear(Isolate* isolate);
Dstring-stream.cc256 bool StringStream::IsMentionedObjectCacheClear(Isolate* isolate) { in IsMentionedObjectCacheClear() function in v8::internal::StringStream
Disolate.cc891 DCHECK(accumulator->IsMentionedObjectCacheClear(this)); in PrintStack()