Class: V8::Conversion::ISet
- Inherits:
-
Object
- Object
- V8::Conversion::ISet
- Extended by:
- Accessor
- Defined in:
- lib/v8/conversion/class.rb
Class Method Summary collapse
Methods included from Accessor
Methods included from Error::Protect
Class Method Details
.call(property, value, info) ⇒ Object
113 114 115 116 117 |
# File 'lib/v8/conversion/class.rb', line 113 def self.call(property, value, info) intercept(info, property) do |context, access, object, key, dontintercept| access.iset(object, key, context.to_ruby(value), &dontintercept) end end |