Lines Matching refs:_this2
85 var _this2;
86 _this2 = _Loader2.call(this) || this;
88 _this2.pathsToNames = {};
89 _this2.noCache = !!opts.noCache;
96 _this2.watcher = chokidar.watch();
97 _this2.watcher.on('change', function (fullname) {
98 _this2.emit('update', _this2.pathsToNames[fullname], fullname);
100 _this2.watcher.on('error', function (error) {
103 _this2.on('load', function (name, source) {
104 _this2.watcher.add(source.path);
107 return _this2;