Searched refs:is_undefined (Results 1 – 2 of 2) sorted by relevance
1221 function is_undefined(node, compressor) { function1222 return node.is_undefined1280 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)) {
2678 || !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) { function4433 || node.is_undefined4600 if (this.is_undefined) return true;4661 if (this.is_undefined) return false;[all …]