class V8::Object

def [](key)

def [](key)
  @context.enter do
    @context.to_ruby @native.Get(@context.to_v8(key))
  end
end