Lines Matching refs:_this4
160 var _this4 = this;
180 _this4._compileExpression(arg, frame);
182 _this4._emit(',');
189 _this4._emit(',');
192 _this4._emitLine('function(cb) {');
193 _this4._emitLine('if(!cb) { cb = function(err) { if(err) { throw err; }}}');
194 var id = _this4._pushBuffer();
195 _this4._withScopedSyntax(function () {
196 _this4.compile(arg, frame);
197 _this4._emitLine("cb(null, " + id + ");");
199 _this4._popBuffer();
200 _this4._emitLine("return " + id + ";");
201 _this4._emitLine('}');
203 _this4._emit('null');