Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js6661 var tail_refs = references[def.id];
6662 if (!tail_refs) continue;
6663 tail_refs = { end: tail_refs.end }; variable
6665 tail_refs.start = references[def.id].start;
6674 if (head_refs.start.block !== tail_refs.start.block
6675 || !mergeable(head_refs, tail_refs)
6676 … || (head_refs.start.loop || !same_scope(def)) && !mergeable(tail_refs, head_refs)