module V8::Conversion::Method

Public Instance Methods

to_v8() click to toggle source
# File lib/v8/conversion/method.rb, line 5
def to_v8
  template = @@method_cache[self] ||= to_template
  template.GetFunction()
end