Lines Matching refs:revision
46 for (var revision in this.traces)
47 for (var trace in this.traces[revision])
48 for (var value of this.traces[revision][trace])
64 for (var revision in this.traces) {
65 for (var trace in this.traces[revision]) {
66 for (var value of this.traces[revision][trace]) {
69 if (this.data[revision] == null)
70 this.data[revision] = {};
71 if (this.data[revision][bucket] == null)
72 this.data[revision][bucket] = [];
73 this.data[revision][bucket].push(trace);