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.cc239 v8::Local<v8::Object> heapObject = objectByHeapObjectId(m_isolate, id); in getObjectByHeapObjectId() local
240 if (heapObject.IsEmpty()) return Response::Error("Object is not available"); in getObjectByHeapObjectId()
242 if (!m_session->inspector()->client()->isInspectableHeapObject(heapObject)) in getObjectByHeapObjectId()
245 *result = m_session->wrapObject(heapObject->CreationContext(), heapObject, in getObjectByHeapObjectId()
258 v8::Local<v8::Object> heapObject = objectByHeapObjectId(m_isolate, id); in addInspectedHeapObject() local
259 if (heapObject.IsEmpty()) return Response::Error("Object is not available"); in addInspectedHeapObject()
261 if (!m_session->inspector()->client()->isInspectableHeapObject(heapObject)) in addInspectedHeapObject()