Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc240 v8::Local<v8::Object> heapObject = objectByHeapObjectId(m_isolate, id); in getObjectByHeapObjectId() local
241 if (heapObject.IsEmpty()) return Response::Error("Object is not available"); in getObjectByHeapObjectId()
243 if (!m_session->inspector()->client()->isInspectableHeapObject(heapObject)) in getObjectByHeapObjectId()
246 *result = m_session->wrapObject(heapObject->CreationContext(), heapObject, in getObjectByHeapObjectId()
259 v8::Local<v8::Object> heapObject = objectByHeapObjectId(m_isolate, id); in addInspectedHeapObject() local
260 if (heapObject.IsEmpty()) return Response::Error("Object is not available"); in addInspectedHeapObject()
262 if (!m_session->inspector()->client()->isInspectableHeapObject(heapObject)) in addInspectedHeapObject()