Lines Matching refs:_this6
1649 var _this6 = this;
1658 id = _this6._tmpid();
1662 _this6._emitLine('var ' + id + ';');
1681 _this6._emitLine("frame.set(\"" + name + "\", " + id + ", true);");
1682 _this6._emitLine('if(frame.topLevel) {');
1683 _this6._emitLine("context.setVariable(\"" + name + "\", " + id + ");");
1684 _this6._emitLine('}');
1686 _this6._emitLine('if(frame.topLevel) {'); field
1687 _this6._emitLine("context.addExport(\"" + name + "\", " + id + ");");
1688 _this6._emitLine('}');
2702 var _this6 = this;
2743 err = lib._prettifyError(_this6.path, _this6.env.opts.dev, err);