class V8::Portal::Interceptors::IndexedPropertyEnumerator

def call(info)

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