Searched refs:uses_with (Results 1 – 5 of 5) sorted by relevance
66 || (!options.eval && (this.scope.uses_eval || this.scope.uses_with))138 s.uses_with = true;261 …this.uses_with = false; // will be set to true if this or some nested scope uses the `…371 && !(this.scope.uses_eval || this.scope.uses_with);
316 uses_with: "[boolean/S] tells whether this scope uses the `with` statement", property
672 if (ref.scope.uses_eval || ref.scope.uses_with) break;1906 && !self.uses_with) {3666 && (!self.scope.uses_with || !compressor.find_parent(AST_With))) {
200 if (s.uses_with) break;201 s.uses_with = true;453 …scope.uses_with = false; // will be set to true if this or some nested scop…
12330 && !(self.scope.resolve().uses_with && compressor.find_parent(AST_With))) {