Lines Matching refs:compiler
1 YUI.add('handlebars-compiler', function(Y) {
8 // handlebars-compiler module.
687 compiler: Compiler,
732 // These changes will propagate to the other compiler components
774 var result = new this.compiler().compile(program, this.options);
1297 compiler: JavaScriptCompiler,
1300 var children = environment.children, child, compiler;
1304 compiler = new this.compiler();
1310 this.context.programs[index] = compiler.compile(child, options, this.context);
1440 // handlebars-compiler module.
1443 Handlebars parser and compiler. Use this module when you need to compile
1447 @submodule handlebars-compiler