Home
last modified time | relevance | path

Searched refs:DebugObjectCache (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/strings/
Dstring-stream.cc207 DebugObjectCache* debug_object_cache = in PrintObject()
259 isolate->set_string_stream_debug_object_cache(new DebugObjectCache()); in ClearMentionedObjectCache()
366 DebugObjectCache* debug_object_cache = in PrintMentionedObjectCache()
/third_party/node/deps/v8/src/execution/
Disolate.h458 using DebugObjectCache = std::vector<Handle<HeapObject>>; variable
483 V(DebugObjectCache*, string_stream_debug_object_cache, nullptr) \