Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/tracing/third_party/mocha/
Dmocha.js268 function contextLines(lines) { function
296 curRange = contextLines(prev.lines.slice(-4));
314 curRange.push.apply(curRange, contextLines(lines));
323 ret.push.apply(ret, contextLines(lines.slice(0, contextSize)));