Home
last modified time | relevance | path

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

/external/v8/tools/clusterfuzz/
Dv8_foozzie_harness_adjust.js21 let origPrettyPrinted = prettyPrinted;
22 prettyPrinted = function prettyPrinted(value, depth=3) { function
37 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 …]
Dv8_mock.js13 var prettyPrinted = function prettyPrinted(msg) { return msg; }; function
127 print(prettyPrinted(eval(code)));
129 print(prettyPrinted(e));
136 print(prettyPrinted(msg));