Lines Matching refs:isBottomUp
235 constructor(filter, isBottomUp) { argument
238 this.tree.delayedExpansion = { frameList : [], ascending : isBottomUp };
239 this.isBottomUp = isBottomUp;
244 let step = this.isBottomUp ? 2 : -2;
245 let start = this.isBottomUp ? 0 : stack.length - 2;
248 addOrUpdateChildNode(this.tree, file, tickIndex, stackPos, this.isBottomUp);
281 constructor(filter, isBottomUp) { argument
287 this.isBottomUp = isBottomUp;
302 let step = this.isBottomUp ? 2 : -2;
303 let start = this.isBottomUp ? 0 : stack.length - 2;
306 addOrUpdateChildNode(node, file, tickIndex, stackPos, this.isBottomUp);