Lines Matching refs:inverse
162 var depth, child, inverse, inverseGuid;
168 if(block.program.inverse) {
169 inverseGuid = this.compileProgram(block.program.inverse);
170 this.declare('inverse', inverseGuid);
174 this.declare('inverse', null);
178 inverse: function(block) {
183 this.declare('inverse', programGuid);
186 this.declare('inverse', null);
575 var inverse = this.programExpression(this.inverse);
578 this.populateParams(paramSize, null, mainProgram, inverse, hasHash, function(nextStack, helperMissingString, id) {
586 populateParams: function(paramSize, helperId, program, inverse, hasHash, fn) {
587 var needsRegister = hasHash || this.options.stringParams || inverse || this.options.data;
616 if(inverse) {
618 this.source.push('tmp1.inverse = ' + inverse + ';');