Searched defs:toPush (Results 1 - 1 of 1) sorted by relevance

/yui3/src/handlebars/js/
H A Dhandlebars-compiler-compiler.js524 var toPush; variable
526 toPush = topStack + " = " + this.nameLookup('helpers', name, 'helper');
529 toPush = topStack + " = " + this.nameLookup('depth' + this.lastContext, name, 'context');
532 toPush = topStack + " = foundHelper || " + this.nameLookup('depth' + this.lastContext, name, 'context');
535 toPush += ';';
536 this.source.push(toPush);

Completed in 38 milliseconds