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
2978306272
therubyracer
/
lib
/
v8
/
conversion
/
proc.rb
5 lines
77 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
module
Proc
extract proc conversion into generic 'code' conversion
2012-06-16 04:54:31 -05:00
include
V8
::
Conversion
::
Code
factor out v8 conversions into separate modules
2012-06-11 01:58:12 -05:00
end
end
Copy permalink