Home | History | Annotate | Download | only in app

Lines Matching refs:accumulator

78   var values, accumulator, operator, operand;
81 accumulator = values.accumulator;
87 this.view.addResults({accumulator: accumulator, operand: accumulator});
89 this.updateValues_({accumulator: accumulator});
99 // Values which are "finalized" (which have an accumulator value) shouldn't
102 var after = !before.accumulator ? values : {};
104 accumulator: this.getUpdatedValue_(before, after, 'accumulator'),
108 return !before.accumulator;