Searched refs:p_v8_heap_object (Results 1 – 1 of 1) sorted by relevance
108 V8HeapObject* p_v8_heap_object; in GetNext() local109 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() local148 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() local470 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()