Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/strings/
Dstring-stream.h197 bool IsMentionedObjectCacheClear(Isolate* isolate);
Dstring-stream.cc265 bool StringStream::IsMentionedObjectCacheClear(Isolate* isolate) { in IsMentionedObjectCacheClear() function in v8::internal::StringStream
/third_party/node/deps/v8/src/execution/
Disolate.cc1441 DCHECK(accumulator->IsMentionedObjectCacheClear(this)); in PrintStack()