This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
therubyracer
Watch
1
Star
0
Fork
You've already forked therubyracer
0
mirror of
https://github.com/rubyjs/therubyracer
synced
2023-03-27 23:21:42 -04:00
Code
Releases
Activity
0f691539e8
therubyracer
/
lib
/
v8
/
conversion
/
primitive.rb
7 lines
89 B
Ruby
Raw
Normal View
History
Unescape
Escape
factor out v8 conversions into separate modules
2012-06-11 01:58:12 -05:00
class
V8
::
Conversion
embed objects, call their methods.
2012-06-11 07:14:00 -05:00
module
Primitive
factor out v8 conversions into separate modules
2012-06-11 01:58:12 -05:00
def
to_v8
embed objects, call their methods.
2012-06-11 07:14:00 -05:00
return
self
factor out v8 conversions into separate modules
2012-06-11 01:58:12 -05:00
end
end
end
Copy permalink