Parent

Methods

Files

V8::Conversion::Class::IGet

Public Class Methods

call(property, info) click to toggle source
# File lib/v8/conversion/class.rb, line 103
def self.call(property, info)
  intercept(info, property) do |context, access, object, key, dontintercept|
    access.iget(object, key, &dontintercept)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.