Home | History | Annotate | Download | only in profiler

Lines Matching refs:max_

257       this.max_ = -Infinity;
262 this.max_ = Math.max(this.max_, e[this.key_]);
266 return this.max_;