Home
last modified time | relevance | path

Searched refs:setCustomObjectFormatterEnabled (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/inspector/
Dv8-inspector-session-impl.cc221 context->getInjectedScript()->setCustomObjectFormatterEnabled(true); in findInjectedScript()
320 void V8InspectorSessionImpl::setCustomObjectFormatterEnabled(bool enabled) { in setCustomObjectFormatterEnabled() function in v8_inspector::V8InspectorSessionImpl
328 injectedScript->setCustomObjectFormatterEnabled(enabled); in setCustomObjectFormatterEnabled()
Dv8-runtime-agent-impl.h89 Response setCustomObjectFormatterEnabled(bool) override;
Dv8-inspector-session-impl.h52 void setCustomObjectFormatterEnabled(bool);
Dinjected-script.h88 void setCustomObjectFormatterEnabled(bool);
Dv8-runtime-agent-impl.cc521 Response V8RuntimeAgentImpl::setCustomObjectFormatterEnabled(bool enabled) { in setCustomObjectFormatterEnabled() function in v8_inspector::V8RuntimeAgentImpl
524 m_session->setCustomObjectFormatterEnabled(enabled); in setCustomObjectFormatterEnabled()
656 m_session->setCustomObjectFormatterEnabled(true); in restore()
Dinjected-script-source.js691 setCustomObjectFormatterEnabled: function(enabled) method in InjectedScript
Dinjected-script.cc284 void InjectedScript::setCustomObjectFormatterEnabled(bool enabled) { in setCustomObjectFormatterEnabled() function in v8_inspector::InjectedScript