class Opal::Nodes::DefinedNode

def compile_defined_array(node)

def compile_defined_array(node)
  node.children.each_with_index do |child, idx|
    push ' && ' unless idx == 0
    compile_defined(child)
  end
end