Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/v8windbg/src/
Dobject-inspection.cc108 V8HeapObject* p_v8_heap_object; in GetNext() local
109 sp_v8_cached_object_->GetCachedV8HeapObject(&p_v8_heap_object); in GetNext()
111 if (static_cast<size_t>(index_) >= p_v8_heap_object->properties.size()) in GetNext()
114 auto* name_ptr = p_v8_heap_object->properties[index_].name.c_str(); in GetNext()
147 V8HeapObject* p_v8_heap_object; in ToDisplayString() local
148 RETURN_IF_FAIL(sp_v8_cached_object->GetCachedV8HeapObject(&p_v8_heap_object)); in ToDisplayString()
150 reinterpret_cast<const wchar_t*>(p_v8_heap_object->friendly_name.data())); in ToDisplayString()
469 V8HeapObject* p_v8_heap_object; in GetKey() local
470 RETURN_IF_FAIL(sp_v8_cached_object->GetCachedV8HeapObject(&p_v8_heap_object)); in GetKey()
473 for (const auto& prop : p_v8_heap_object->properties) { in GetKey()