class V8::Weak::WeakValueMap

def [](key)

def [](key)
  if ref = @values[key]
    ref.object
  end
end