Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js1221 function is_undefined(node, compressor) { function
1222 return node.is_undefined
1280 if (this.is_undefined) return true;
3153 if (is_undefined(self.cdr, compressor)) {
3740 ref.is_undefined = true;
4087 if (self.value && is_undefined(self.value, compressor)) {
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js2678 || !is_undefined(value) && arg_may_throw(reject, node.name, value);
2786 if (value) arg = is_undefined(arg) ? value : null;
3560 if (is_undefined(tail)) {
3663 … || value instanceof AST_Conditional && (is_undefined(value.consequent, compressor)
3664 || is_undefined(value.alternative, compressor)))) {
3745 if (value && !is_undefined(value.tail_node())) return false;
4431 function is_undefined(node, compressor) { function
4433 || node.is_undefined
4600 if (this.is_undefined) return true;
4661 if (this.is_undefined) return false;
[all …]