Class: V8::Conversion::IGet
- Inherits:
-
Object
- Object
- V8::Conversion::IGet
- 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, info) ⇒ Object
104 105 106 107 108 |
# File 'lib/v8/conversion/class.rb', line 104 def self.call(property, info) intercept(info, property) do |context, access, object, key, dontintercept| access.iget(object, key, &dontintercept) end end |