Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
Dv8_suppressions.py131 def short_line_output(line): function
181 return '+ %s' % short_line_output(line2), source
183 return '- %s' % short_line_output(line1), source
204 '- %s\n+ %s' % (short_line_output(line1), short_line_output(line2)),