V8::Portal::Interceptors::Interceptor
# File lib/v8/portal/interceptors.rb, line 117 def call(index, value, info) intercept(info, value) do |obj, dontintercept| @access.iset(obj, index, @to.rb(value), &dontintercept) end end