Lines Matching refs:_makeCallback
1330 _proto._makeCallback = function _makeCallback(res) {
1428 this._emitLine(', ' + this._makeCallback(res));
1640 this._emitLine(', ' + this._makeCallback(symbol));
1741 this._emit('})(' + this._makeCallback());
1903 this._emitLine('}, ' + this._makeCallback(output));
2014 var cb = this._makeCallback(parentTemplateId);
2026 …Exported(' + (node.withContext ? 'context.getVariables(), frame, ' : '') + this._makeCallback(id));
2039 …(' + (node.withContext ? 'context.getVariables(), frame, ' : '') + this._makeCallback(importedId));
2085 this._emitLine('(env, context, frame, runtime, ' + this._makeCallback(id));
2092 var cb = this._makeCallback(id);
2121 this._emitLine('template.render(context.getVariables(), frame, ' + this._makeCallback(id2));