Searched refs:forceObjectFormat (Results 1 – 2 of 2) sorted by relevance
592 _format: function(output, forceObjectFormat) argument595 var type = (forceObjectFormat ? "object" : WebInspector.RemoteObject.type(output));
33237 … (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.