class V8::Portal::Interceptors::NamedPropertyQuery

def call(property, info)

def call(property, info)
  attributes = PropertyAttributes.new
  result = intercept(info) do |obj, dontintercept|
    @access.query(obj, @to.rb(property), attributes, &dontintercept)
  end
  return result == C::Empty ? result : C::Integer::New(attributes.flags)
end