Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js675 if (var_decl.value.is_constant()) {
768 function replace_var(node, parent, is_constant) { argument
783 compressor.info("Collapsing " + (is_constant ? "constant" : "variable") +
3057 if (!value || value.is_constant()) {
3138 if (cdr.left.is_constant()) {
3295 return self.left.is_constant()
3296 || self.right.is_constant()
3309 if (self.right.is_constant()
3310 && !self.left.is_constant()) {
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js422 if (level == 0 && value && value.is_constant()) return;
740 return value.is_constant() || is_lambda(value) || value instanceof AST_ObjectIdentity;
753 if (value && value.is_constant()) return;
787 if (key.is_constant()) key = key.value;
1633 if (value.is_constant()) return value;
1765 if (lhs.tail_node().is_constant()) return true;
3219 if (expr.is_constant()) {
3243 if (node.is_constant()) {
3896 if (!stat.bfinally || !jump.value || jump.value.is_constant()) {
7854 if (!fixed || !fixed.is_constant()) {
[all …]