Lines Matching refs:_this4
1379 var _this4 = this;
1399 _this4._compileExpression(arg, frame);
1401 _this4._emit(',');
1408 _this4._emit(',');
1411 _this4._emitLine('function(cb) {');
1412 _this4._emitLine('if(!cb) { cb = function(err) { if(err) { throw err; }}}');
1413 var id = _this4._pushBuffer();
1414 _this4._withScopedSyntax(function () {
1415 _this4.compile(arg, frame);
1416 _this4._emitLine("cb(null, " + id + ");");
1418 _this4._popBuffer();
1419 _this4._emitLine("return " + id + ";");
1420 _this4._emitLine('}');
1422 _this4._emit('null');
2606 var _this4 = this;
2615 _this4.addBlock(name, blocks[name]); field