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-13 17:08:55 +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 get rid of the disgusting macros in v8 references and replace them with template funcions 2009-12-13 17:08:55 +02:00
v8.cpp Wrap ObjectTemplate, FunctionTemplate, support modifying the V8 Context scope, and a first stab at calling ruby code from within javascript 2009-12-11 19:11:05 +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 get rid of the disgusting macros in v8 references and replace them with template funcions 2009-12-13 17:08:55 +02:00
v8_cxt.h Wrap ObjectTemplate, FunctionTemplate, support modifying the V8 Context scope, and a first stab at calling ruby code from within javascript 2009-12-11 19:11:05 +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 get rid of the disgusting macros in v8 references and replace them with template funcions 2009-12-13 17:08:55 +02:00
v8_ref.h get rid of the disgusting macros in v8 references and replace them with template funcions 2009-12-13 17:08:55 +02:00
v8_script.cpp get rid of the disgusting macros in v8 references and replace them with template funcions 2009-12-13 17:08:55 +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 get rid of the disgusting macros in v8 references and replace them with template funcions 2009-12-13 17:08:55 +02:00
v8_str.h spike out super thin v8 wrappers 2009-12-07 16:06:06 +02:00
v8_template.cpp get rid of the disgusting macros in v8 references and replace them with template funcions 2009-12-13 17:08:55 +02:00
v8_template.h Wrap ObjectTemplate, FunctionTemplate, support modifying the V8 Context scope, and a first stab at calling ruby code from within javascript 2009-12-11 19:11:05 +02:00