Searched refs:setCustomObjectFormatterEnabled (Results 1 – 7 of 7) sorted by relevance
221 context->getInjectedScript()->setCustomObjectFormatterEnabled(true); in findInjectedScript()320 void V8InspectorSessionImpl::setCustomObjectFormatterEnabled(bool enabled) { in setCustomObjectFormatterEnabled() function in v8_inspector::V8InspectorSessionImpl328 injectedScript->setCustomObjectFormatterEnabled(enabled); in setCustomObjectFormatterEnabled()
89 Response setCustomObjectFormatterEnabled(bool) override;
52 void setCustomObjectFormatterEnabled(bool);
88 void setCustomObjectFormatterEnabled(bool);
521 Response V8RuntimeAgentImpl::setCustomObjectFormatterEnabled(bool enabled) { in setCustomObjectFormatterEnabled() function in v8_inspector::V8RuntimeAgentImpl524 m_session->setCustomObjectFormatterEnabled(enabled); in setCustomObjectFormatterEnabled()656 m_session->setCustomObjectFormatterEnabled(true); in restore()
691 setCustomObjectFormatterEnabled: function(enabled) method in InjectedScript
284 void InjectedScript::setCustomObjectFormatterEnabled(bool enabled) { in setCustomObjectFormatterEnabled() function in v8_inspector::InjectedScript