class Opal::Nodes::BackRefNode

def handle_global_match

def handle_global_match
  with_temp do |tmp|
    push "((#{tmp} = $gvars['~']) === nil ? nil : #{tmp}['$[]'](0))"
  end
end