Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js2569 … if (node.TYPE == "Binary") return !can_drop_op(node.operator, node.right, compressor);
5823 || !can_drop_op(this.operator, this.right, compressor);
5977 || !can_drop_op(this.operator, this.right, compressor);
6094 && can_drop_op(this.operator, this.right);
8816 if (!can_drop_op(op, right, compressor)) {
11569 function can_drop_op(op, rhs, compressor) { function