Searched refs:inspectable (Results 1 – 4 of 4) sorted by relevance
128 IInspectable **inspectable = nullptr);
316 IInspectable *inspectable)319 return propertyMap->Insert(HStringReference(propertyName).Get(), inspectable,
432 IInspectable *inspectable) in SetInspectablePropertyValue() argument435 return propertyMap->Insert(HStringReference(propertyName).Get(), inspectable, in SetInspectablePropertyValue()
424 std::unique_ptr<V8InspectorSession::Inspectable> inspectable) { in addInspectedObject() argument425 m_inspectedObjects.insert(m_inspectedObjects.begin(), std::move(inspectable)); in addInspectedObject()