class V8::Portal::NamedPropertyGetter

def call(property, info)

def call(property, info)
  intercept(info) do |obj, dontintercept|
    @access.get(obj, @to.rb(property), &dontintercept)
  end
end