Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js3212 if (expr instanceof AST_ObjectIdentity) return rhs_exact_match;
3215 if (value === expr) return rhs_exact_match;
3216 return rhs_fuzzy_match(value, rhs_exact_match);
3221 if (!(ev instanceof AST_Node)) return rhs_fuzzy_match(ev, rhs_exact_match);
3230 return !circular && rhs_exact_match;
3232 function rhs_exact_match(node) { function