class V8::Portal::IndexedPropertyGetter

def call(index, info)

def call(index, info)
  intercept(info) do |obj, dontintercept|
    @access.iget(obj, index, &dontintercept)
  end
end