Lines Matching refs:_makeCallback
111 _proto._makeCallback = function _makeCallback(res) { function
209 this._emitLine(', ' + this._makeCallback(res));
421 this._emitLine(', ' + this._makeCallback(symbol));
522 this._emit('})(' + this._makeCallback());
684 this._emitLine('}, ' + this._makeCallback(output));
795 var cb = this._makeCallback(parentTemplateId);
807 …Exported(' + (node.withContext ? 'context.getVariables(), frame, ' : '') + this._makeCallback(id));
820 …(' + (node.withContext ? 'context.getVariables(), frame, ' : '') + this._makeCallback(importedId));
866 this._emitLine('(env, context, frame, runtime, ' + this._makeCallback(id));
873 var cb = this._makeCallback(id);
902 this._emitLine('template.render(context.getVariables(), frame, ' + this._makeCallback(id2));