Module: V8::Conversion::Code
Defined Under Namespace
Classes: InvocationHandler
Instance Method Summary collapse
Methods included from Weak::Cell
Instance Method Details
#to_template ⇒ Object
11 12 13 |
# File 'lib/v8/conversion/code.rb', line 11 def to_template weakcell(:template) {V8::C::FunctionTemplate::New(InvocationHandler.new(self))} end |