Lines Matching refs:traces
16 this.traces = {};
34 if (!this.traces[index])
35 this.traces[index] = {};
36 this.traces[index][story_index] = values;
41 this.revisions = Object.keys(this.traces).sort();
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]) {