class V8::Portal::Interceptors::IndexedPropertyEnumerator

Public Instance Methods

call(info) click to toggle source
# File lib/v8/portal/interceptors.rb, line 143
def call(info)
  intercept(info) do |obj, dontintercept|
    @access.indices(obj, &dontintercept)
  end
end