Home
last modified time | relevance | path

Searched refs:uses_with (Results 1 – 5 of 5) 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))
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);
Dast.js316 uses_with: "[boolean/S] tells whether this scope uses the `with` statement", property
Dcompress.js672 if (ref.scope.uses_eval || ref.scope.uses_with) break;
1906 && !self.uses_with) {
3666 && (!self.scope.uses_with || !compressor.find_parent(AST_With))) {
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dscope.js200 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…
Dcompress.js12330 && !(self.scope.resolve().uses_with && compressor.find_parent(AST_With))) {