Searched refs:_emitLine (Results 1 – 4 of 4) sorted by relevance
/plugin/asciidocjs/node_modules/nunjucks/src/ |
D | compiler.js | 65 _proto._emitLine = function _emitLine(code) { function 74 return _this._emitLine(line); 80 this._emitLine("function " + name + "(env, context, frame, runtime, cb) {"); 81 this._emitLine("var lineno = " + node.lineno + ";"); 82 this._emitLine("var colno = " + node.colno + ";"); 83 this._emitLine("var " + this.buffer + " = \"\";"); 84 this._emitLine('try {'); 88 this._emitLine('cb(null, ' + this.buffer + ');'); 91 this._emitLine('} catch (e) {'); 92 this._emitLine(' cb(runtime.handleError(e, lineno, colno));'); [all …]
|
/plugin/asciidocjs/node_modules/nunjucks/browser/ |
D | nunjucks.js | 1284 _proto._emitLine = function _emitLine(code) { 1293 return _this._emitLine(line); 1299 this._emitLine("function " + name + "(env, context, frame, runtime, cb) {"); 1300 this._emitLine("var lineno = " + node.lineno + ";"); 1301 this._emitLine("var colno = " + node.colno + ";"); 1302 this._emitLine("var " + this.buffer + " = \"\";"); 1303 this._emitLine('try {'); 1307 this._emitLine('cb(null, ' + this.buffer + ');'); 1310 this._emitLine('} catch (e) {'); 1311 this._emitLine(' cb(runtime.handleError(e, lineno, colno));'); [all …]
|
D | nunjucks.min.js.map | 1 …_emitLine","_emitLines","_emitFuncBegin","_emitFuncEnd","noReturn","_closeScopeLevels","_addScopeL…
|
D | nunjucks.js.map | 1 …_emitLine","_emitLines","_emitFuncBegin","_emitFuncEnd","noReturn","_closeScopeLevels","_addScopeL…
|