Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-code-gen/
Dindex.js74 this.runtimeFunctionsUsed = []; property in Compiler
77 this.runtimeFunctionsUsed.push('rethrow');
89 this.runtimeFunctionsUsed.push(name);
135 …js = addWith('locals || {}', js, globals.concat(this.runtimeFunctionsUsed.map(function (name) { re…
155 …return buildRuntime(this.runtimeFunctionsUsed) + 'function ' + (this.options.templateName || 'temp…