Searched refs:observed_ (Results 1 – 2 of 2) sorted by relevance
5196 this.observed_ = []; property in anonymousFunction5f8842cc5e00.CompoundObserver5208 for (var i = 0; i < this.observed_.length; i += 2) {5209 object = this.observed_[i]5224 for (var i = 0; i < this.observed_.length; i += 2) {5225 if (this.observed_[i] === observerSentinel)5226 this.observed_[i + 1].close();5228 this.observed_.length = 0;5242 this.observed_.push(object, path);5245 var index = this.observed_.length / 2 - 1;5253 this.observed_.push(observerSentinel, observer);[all …]
12 …observed_=[]}function E(a){return a}function F(a,b,c,d){this.callback_=void 0,this.target_=void 0,… property