class V8::Portal::Interceptors::IndexedPropertyGetter

Public Instance Methods

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