Searched refs:heapObject (Results 1 – 3 of 3) sorted by relevance
282 v8::Local<v8::Object> heapObject = objectByHeapObjectId(m_isolate, id); in getObjectByHeapObjectId() local283 if (heapObject.IsEmpty()) in getObjectByHeapObjectId()286 if (!m_session->inspector()->client()->isInspectableHeapObject(heapObject)) in getObjectByHeapObjectId()289 *result = m_session->wrapObject(heapObject->CreationContext(), heapObject, in getObjectByHeapObjectId()302 v8::Local<v8::Object> heapObject = objectByHeapObjectId(m_isolate, id); in addInspectedHeapObject() local303 if (heapObject.IsEmpty()) in addInspectedHeapObject()306 if (!m_session->inspector()->client()->isInspectableHeapObject(heapObject)) in addInspectedHeapObject()
342 const heapObject: HeapObject =345 Cast<JSReceiver>(heapObject) otherwise NotFound;
144 const heapObject: HeapObject = UnsafeCast<HeapObject>(e);145 elementsKind = IsHeapNumber(heapObject) ?