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-12-10 02:40:31 +02:00
docs Add a docs target & worked on documentation. Changed pushString() to 2009-10-17 23:45:02 -04:00
spec add more exploratory methods in preparation of thunking function values 2009-11-15 11:43:16 -05: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 play around with receiving ruby values 2009-11-03 22:57:37 -06:00
ruby_data.cpp Crazy clunky type convert system or something 2009-10-15 23:23:53 -04:00
ruby_data.h add beginnings of a generic v8 reference 2009-12-07 09:20:16 +02:00
spike.rb no need to check if a handle is empty. dispose works either way 2009-12-07 16:36:40 +02:00
v8.cpp spike out super thin v8 wrappers 2009-12-07 16:06:06 +02:00
v8_context.cpp add more exploratory methods in preparation of thunking function values 2009-11-15 11:43:16 -05:00
v8_context.h tweaks 2009-11-14 00:05:52 -05:00
v8_cxt.cpp use macros to shorten the ref alloc/deref cycle 2009-12-09 16:30:48 +02:00
v8_cxt.h spike out super thin v8 wrappers 2009-12-07 16:06:06 +02:00
v8_data.cpp ditto 2009-11-13 23:29:42 -05:00
v8_data.h add more exploratory methods in preparation of thunking function values 2009-11-15 11:43:16 -05:00
v8_object.cpp add beginnings of a generic v8 reference 2009-12-07 09:20:16 +02:00
v8_object.h add more exploratory methods in preparation of thunking function values 2009-11-15 11:43:16 -05:00
v8_ref.cpp more doc for the referece macros 2009-12-10 02:40:31 +02:00
v8_ref.h more doc for the referece macros 2009-12-10 02:40:31 +02:00
v8_script.cpp use macros to shorten the ref alloc/deref cycle 2009-12-09 16:30:48 +02:00
v8_script.h spike out super thin v8 wrappers 2009-12-07 16:06:06 +02:00
v8_standalone.cpp add more exploratory methods in preparation of thunking function values 2009-11-15 11:43:16 -05:00
v8_standalone.h add more exploratory methods in preparation of thunking function values 2009-11-15 11:43:16 -05:00
v8_str.cpp use macros to shorten the ref alloc/deref cycle 2009-12-09 16:30:48 +02:00
v8_str.h spike out super thin v8 wrappers 2009-12-07 16:06:06 +02:00
v8_template.cpp more doc for the referece macros 2009-12-10 02:40:31 +02:00
v8_template.h more doc for the referece macros 2009-12-10 02:40:31 +02:00