Home
last modified time | relevance | path

Searched refs:forceObjectFormat (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DConsoleView.js592 _format: function(output, forceObjectFormat) argument
595 var type = (forceObjectFormat ? "object" : WebInspector.RemoteObject.type(output));
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1633237 … (WebInspector.Console.prototype._format): Remove the inline argument and add forceObjectFormat.
33238 When forceObjectFormat is true, the only formatter used is _formatobject.
33249 …age.prototype._format.formatAsObjectForConsole): Added. Pass a true argument for forceObjectFormat.