Searched refs:setCustomObjectFormatterEnabled (Results 1 – 8 of 8) sorted by relevance
213 injectedScript->setCustomObjectFormatterEnabled(true); in findInjectedScript()302 void V8InspectorSessionImpl::setCustomObjectFormatterEnabled(bool enabled) { in setCustomObjectFormatterEnabled() function in v8_inspector::V8InspectorSessionImpl309 injectedScript->setCustomObjectFormatterEnabled(enabled); in setCustomObjectFormatterEnabled()
457 Response V8RuntimeAgentImpl::setCustomObjectFormatterEnabled(bool enabled) { in setCustomObjectFormatterEnabled() function in v8_inspector::V8RuntimeAgentImpl461 m_session->setCustomObjectFormatterEnabled(enabled); in setCustomObjectFormatterEnabled()758 m_session->setCustomObjectFormatterEnabled(true); in restore()787 m_session->setCustomObjectFormatterEnabled(false); in disable()
53 void setCustomObjectFormatterEnabled(bool);
93 Response setCustomObjectFormatterEnabled(bool) override;
100 void setCustomObjectFormatterEnabled(bool);
708 setCustomObjectFormatterEnabled: function(enabled) method in InjectedScript
498 void InjectedScript::setCustomObjectFormatterEnabled(bool enabled) { in setCustomObjectFormatterEnabled() function in v8_inspector::InjectedScript
1325 experimental command setCustomObjectFormatterEnabled