class Opal::Nodes::TopConstNode
def compile
def compile with_temp do |tmp| push "((#{tmp} = $opal.Object._scope.#{name}) == null ? " push "$opal.cm('#{name}') : #{tmp})" end end
def compile with_temp do |tmp| push "((#{tmp} = $opal.Object._scope.#{name}) == null ? " push "$opal.cm('#{name}') : #{tmp})" end end