Home
last modified time | relevance | path

Searched refs:functionCall (Results 1 – 6 of 6) sorted by relevance

/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Djavascript-compiler.js367 this.push(this.source.functionCall(blockHelperMissing, 'call', params));
395 this.source.functionCall(blockHelperMissing, 'call', params),
687 this.decorators.functionCall(foundDecorator, '', [
729 let functionCall = this.source.functionCall(
734 this.push(functionCall);
754 this.push(this.source.functionCall(helper.name, 'call', helper.callParams));
800 this.source.functionCall('helper', 'call', helper.callParams),
840 this.push(this.source.functionCall('container.invokePartial', '', params));
Dcode-gen.js113 functionCall: function(fn, type, params) { method in CodeGen
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Djavascript-compiler.js338 this.push(this.source.functionCall(blockHelperMissing, 'call', params));
358 …this.pushSource(['if (!', this.lastHelper, ') { ', current, ' = ', this.source.functionCall(blockH…
626 …this.decorators.push(['fn = ', this.decorators.functionCall(foundDecorator, '', ['fn', 'props', 'c…
655 var functionCall = this.source.functionCall(functionLookupCode, 'call', helper.callParams);
656 this.push(functionCall);
676 this.push(this.source.functionCall(helper.name, 'call', helper.callParams));
707 …typeof helper === ', this.aliasable('"function"'), ' ? ', this.source.functionCall('helper', 'call…
745 this.push(this.source.functionCall('container.invokePartial', '', params));
Dcode-gen.js110 functionCall: function functionCall(fn, type, params) {
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Djavascript-compiler.js346 this.push(this.source.functionCall(blockHelperMissing, 'call', params));
366 …this.pushSource(['if (!', this.lastHelper, ') { ', current, ' = ', this.source.functionCall(blockH…
634 …this.decorators.push(['fn = ', this.decorators.functionCall(foundDecorator, '', ['fn', 'props', 'c…
663 var functionCall = this.source.functionCall(functionLookupCode, 'call', helper.callParams);
664 this.push(functionCall);
684 this.push(this.source.functionCall(helper.name, 'call', helper.callParams));
715 …typeof helper === ', this.aliasable('"function"'), ' ? ', this.source.functionCall('helper', 'call…
753 this.push(this.source.functionCall('container.invokePartial', '', params));
Dcode-gen.js113 functionCall: function functionCall(fn, type, params) {