Searched refs:runtimeFunctionsUsed (Results 1 – 1 of 1) sorted by relevance
74 this.runtimeFunctionsUsed = []; property in Compiler77 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…