Searched refs:prettyPrinted (Results 1 – 2 of 2) sorted by relevance
21 let origPrettyPrinted = prettyPrinted;22 prettyPrinted = function prettyPrinted(value, depth=3) { function37 prettyPrinted(key, depth - 1) +39 prettyPrinted(value[key], depth - 1)54 print(prettyPrinted(message))58 print(prettyPrinted(found));62 print(prettyPrinted(found));66 print(prettyPrinted(found));70 print(prettyPrinted(found));74 print(prettyPrinted(value));[all …]
13 var prettyPrinted = function prettyPrinted(msg) { return msg; }; function127 print(prettyPrinted(eval(code)));129 print(prettyPrinted(e));136 print(prettyPrinted(msg));