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

/yui3/src/handlebars/js/
H A Dhandlebars-compiler-compiler.js161 var mustache = block.mustache;
164 var params = this.setupStackForMustache(mustache);
173 this.opcode('invokeProgram', programGuid, params.length, !!mustache.hash);
179 var params = this.setupStackForMustache(block.mustache);
185 this.opcode('invokeProgram', null, params.length, !!block.mustache.hash);
222 mustache: function(mustache) {
223 var params = this.setupStackForMustache(mustache);
225 this.opcode('invokeMustache', params.length, mustache
[all...]

Completed in 18 milliseconds