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 14:44:28 -05: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
convert_ruby.cpp Refactor converters. Consistent class names, typedefs, filenames grouped together, replace push method with operator () 2009-12-13 14:44:28 -05:00
convert_ruby.h Refactor converters. Consistent class names, typedefs, filenames grouped together, replace push method with operator () 2009-12-13 14:44:28 -05:00
convert_string.cpp Refactor converters. Consistent class names, typedefs, filenames grouped together, replace push method with operator () 2009-12-13 14:44:28 -05:00
convert_string.h Refactor converters. Consistent class names, typedefs, filenames grouped together, replace push method with operator () 2009-12-13 14:44:28 -05:00
convert_v8.cpp Refactor converters. Consistent class names, typedefs, filenames grouped together, replace push method with operator () 2009-12-13 14:44:28 -05:00
convert_v8.h Refactor converters. Consistent class names, typedefs, filenames grouped together, replace push method with operator () 2009-12-13 14:44:28 -05:00
converters.h Refactor converters. Consistent class names, typedefs, filenames grouped together, replace push method with operator () 2009-12-13 14:44:28 -05:00
Doxyfile Add a docs target & worked on documentation. Changed pushString() to 2009-10-17 23:45:02 -04:00
extconf.rb shebang the ruby scripts 2009-12-13 13:04:50 -05:00
spike.rb shebang the ruby scripts 2009-12-13 13:04:50 -05:00
v8.cpp Refactor converters. Consistent class names, typedefs, filenames grouped together, replace push method with operator () 2009-12-13 14:44:28 -05:00
v8_context.cpp Refactor converters. Consistent class names, typedefs, filenames grouped together, replace push method with operator () 2009-12-13 14:44:28 -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_object.cpp Refactor converters. Consistent class names, typedefs, filenames grouped together, replace push method with operator () 2009-12-13 14:44:28 -05: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 Refactor converters. Consistent class names, typedefs, filenames grouped together, replace push method with operator () 2009-12-13 14:44:28 -05: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 Refactor converters. Consistent class names, typedefs, filenames grouped together, replace push method with operator () 2009-12-13 14:44:28 -05: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