Searched refs:jsonStringify (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/trace-viewer/tracing/third_party/mocha/ |
D | mocha.js | 6088 return jsonStringify(value); 6092 return jsonStringify(json.data && json.type ? json.data : json, 2) 6098 return jsonStringify(exports.canonicalize(value), 2).replace(/,(\n|$)/g, '$1'); 6114 function jsonStringify(object, spaces, depth) { function 6132 val = jsonStringify(val, spaces, depth + 1); 6148 val = '[Buffer: ' + jsonStringify(json, 2, depth + 1) + ']';
|