Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js1824 || is_undeclared_ref(val) && val.name == "eval";
1838 || parent.operator == "typeof" && is_undeclared_ref(val);
1943 function is_undeclared_ref(node) { function
2634 if (is_undeclared_ref(exp) && global_names[exp.name]) return false;
4180 if (is_undeclared_ref(lhs)) break;
4602 if (is_undeclared_ref(this) && this.is_declared(compressor)) return false;
4662 if (is_undeclared_ref(this) && this.is_declared(compressor)) return true;
4786 || is_undeclared_ref(exp.expression) && exp.expression.name == "Math");
5085 if (!is_undeclared_ref(expr)) return false;
5451 if (!is_undeclared_ref(exp)) {
[all …]