# File lib/v8/conversion/class.rb, line 48 def construct(cls) context.link cls.new(*to_args), This() end
# File lib/v8/conversion/class.rb, line 52 def context V8::Context.current end
# File lib/v8/conversion/class.rb, line 42 def link external = self[0] This().SetHiddenValue("rr::implementation", external) context.link external.Value(), This() end
Generated with the Darkfish Rdoc Generator 2.