Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js3295 … && (has_escaped(def, node.scope, node, tw.parent()) || !same_scope(def))) {
6676 … || (head_refs.start.loop || !same_scope(def)) && !mergeable(tail_refs, head_refs)
9356 return !same_scope(def) || may_overlap(compressor, def);
10196 && same_scope(def)
12319 function same_scope(def) { function
12475 if (!is_funarg(def) && same_scope(def) && !cross_class(def)) init = fixed;
12481 && ev instanceof RegExp && !def.cross_loop && same_scope(def))) {