1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
Embed the V8 Javascript Interpreter into Ruby
Find a file
2009-11-01 11:53:19 -06:00
docs Add a docs target & worked on documentation. Changed pushString() to 2009-10-17 23:45:02 -04:00
spec add specs for converting ruby to javascript. Allow creating of opaque objects 2009-11-01 11:53:19 -06:00
.gitignore Add a docs target & worked on documentation. Changed pushString() to 2009-10-17 23:45:02 -04:00
config.sh add config.sh file to automatically invoke extconf.rb and ignore make artifacts 2009-10-08 22:26:58 -05:00
Doxyfile Add a docs target & worked on documentation. Changed pushString() to 2009-10-17 23:45:02 -04:00
extconf.rb Add a docs target & worked on documentation. Changed pushString() to 2009-10-17 23:45:02 -04:00
generic_data.cpp Add a docs target & worked on documentation. Changed pushString() to 2009-10-17 23:45:02 -04:00
generic_data.h Add a docs target & worked on documentation. Changed pushString() to 2009-10-17 23:45:02 -04:00
ruby_data.cpp Crazy clunky type convert system or something 2009-10-15 23:23:53 -04:00
ruby_data.h access javascript objects from ruby 2009-10-22 23:27:41 -05:00
t.rb Crazy clunky type convert system or something 2009-10-15 23:23:53 -04:00
v8.cpp add specs for converting ruby to javascript. Allow creating of opaque objects 2009-11-01 11:53:19 -06:00
v8_data.cpp Crazy clunky type convert system or something 2009-10-15 23:23:53 -04:00
v8_data.h access javascript objects from ruby 2009-10-22 23:27:41 -05:00
v8_object.cpp add specs for converting ruby to javascript. Allow creating of opaque objects 2009-11-01 11:53:19 -06:00
v8_object.h add specs for converting ruby to javascript. Allow creating of opaque objects 2009-11-01 11:53:19 -06:00