Module: V8::Conversion::Object
- Defined in:
- lib/v8/conversion/object.rb
Instance Method Summary collapse
Instance Method Details
#to_ruby ⇒ Object
7 8 9 |
# File 'lib/v8/conversion/object.rb', line 7 def to_ruby self end |
#to_v8 ⇒ Object
3 4 5 |
# File 'lib/v8/conversion/object.rb', line 3 def to_v8 Reference.construct! self end |