Home
last modified time | relevance | path

Searched refs:uses_eval (Results 1 – 4 of 4) sorted by relevance

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dscope.js66 || (!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);
Dast.js317uses_eval: "[boolean/S] tells whether this scope contains a direct call to the global `eval`", property
Dcompress.js452 if (def.scope.uses_eval) {
672 if (ref.scope.uses_eval || ref.scope.uses_with) break;
1905 && !self.uses_eval
2841 && !def.scope.uses_eval
2850 && !exp.uses_eval) {
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dscope.js348 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…