Searched refs:useDoubleQuotes (Results 1 – 3 of 3) sorted by relevance
470 inspect: function(useDoubleQuotes) { argument475 if (useDoubleQuotes) return '"' + escapedString.replace(/"/g, '\\"') + '"';
570 function inspect(useDoubleQuotes) {577 if (useDoubleQuotes) return '"' + escapedString.replace(/"/g, '\\"') + '"';
680 function inspect(useDoubleQuotes) {687 if (useDoubleQuotes) return '"' + escapedString.replace(/"/g, '\\"') + '"';