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

/yui3/src/handlebars/js/
H A Dhandlebars-compiler-compiler.js56 compiler: Compiler,
101 // These changes will propagate to the other compiler components
143 var result = new this.compiler().compile(program, this.options);
666 compiler: JavaScriptCompiler,
669 var children = environment.children, child, compiler;
673 compiler = new this.compiler();
679 this.context.programs[index] = compiler.compile(child, options, this.context);

Completed in 7 milliseconds