class Opal::Nodes::NotNode
def compile
def compile with_temp do |tmp| push expr(value) wrap "(#{tmp} = ", ", (#{tmp} === nil || #{tmp} === false || #{tmp} == null))" end end
def compile with_temp do |tmp| push expr(value) wrap "(#{tmp} = ", ", (#{tmp} === nil || #{tmp} === false || #{tmp} == null))" end end