Searched refs:uses_eval (Results 1 – 4 of 4) sorted by relevance
66 || (!options.eval && (this.scope.uses_eval || this.scope.uses_with))204 for (var s = node.scope; s && !s.uses_eval; s = s.parent_scope) {205 s.uses_eval = true;262 …this.uses_eval = false; // will be set to true if this or nested scope uses the global…371 && !(this.scope.uses_eval || this.scope.uses_with);
317 … uses_eval: "[boolean/S] tells whether this scope contains a direct call to the global `eval`", property
452 if (def.scope.uses_eval) {672 if (ref.scope.uses_eval || ref.scope.uses_with) break;1905 && !self.uses_eval2841 && !def.scope.uses_eval2850 && !exp.uses_eval) {
348 if (s.uses_eval) break;349 s.uses_eval = true;352 self.uses_eval = true;452 …scope.uses_eval = false; // will be set to true if this or nested scope use…