1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/ext/v8
2010-06-07 10:22:12 +03:00
..
upstream Revert "upgrade to V8 2.2.14" --totally hosed RHEL 5 2010-06-05 13:50:25 +03:00
extconf.rb need a space in -lv8 for linux 2010-06-02 13:05:32 +03:00
rr.cpp Make the V8 Context native wrapper more private. 2010-06-07 10:13:26 +03:00
rr.h Make the V8 Context native wrapper more private. 2010-06-07 10:13:26 +03:00
v8.cpp add support for javascript Date as ruby Time, and vice-versa. 2010-05-25 09:40:33 +03:00
v8_array.cpp Make the V8 Context native wrapper more private. 2010-06-07 10:13:26 +03:00
v8_array.h move reflection function on array and object to their own modules... still haven't decided whether to make Array a full fledged object or not 2010-05-20 12:08:16 +03:00
v8_callbacks.cpp move ruby function invocation and property lookup into ruby 2010-05-22 09:23:22 +03:00
v8_callbacks.h move ruby function invocation and property lookup into ruby 2010-05-22 09:23:22 +03:00
v8_cxt.cpp Make the V8 Context native wrapper more private. 2010-06-07 10:13:26 +03:00
v8_cxt.h Make the V8 Context native wrapper more private. 2010-06-07 10:13:26 +03:00
v8_date.cpp add support for javascript Date as ruby Time, and vice-versa. 2010-05-25 09:40:33 +03:00
v8_date.h add support for javascript Date as ruby Time, and vice-versa. 2010-05-25 09:40:33 +03:00
v8_exception.cpp keep ruby objects alive as long as V8 has a reference to them, even if ruby does not currently have a reference. rethrow ruby exceptions as javascript exceptions. 2010-05-26 19:54:56 +03:00
v8_exception.h add exception backtraces for segfaults and fatal errors. 2010-05-23 03:46:33 +03:00
v8_external.cpp keep ruby objects alive as long as V8 has a reference to them, even if ruby does not currently have a reference. rethrow ruby exceptions as javascript exceptions. 2010-05-26 19:54:56 +03:00
v8_external.h keep ruby objects alive as long as V8 has a reference to them, even if ruby does not currently have a reference. rethrow ruby exceptions as javascript exceptions. 2010-05-26 19:54:56 +03:00
v8_func.cpp remove C++ thunking layer. conversions happen in ruby. 2010-06-06 14:34:10 +03:00
v8_func.h code compiles now, still broken though 2010-05-20 12:08:15 +03:00
v8_msg.cpp remove C++ thunking layer. conversions happen in ruby. 2010-06-06 14:34:10 +03:00
v8_msg.h move eval() and error handling into ruby 2010-05-20 12:08:16 +03:00
v8_obj.cpp remove C++ thunking layer. conversions happen in ruby. 2010-06-06 14:34:10 +03:00
v8_obj.h Convert context to use the standard ruby object template. 2010-06-06 14:11:18 +03:00
v8_ref.cpp move ruby function invocation and property lookup into ruby 2010-05-22 09:23:22 +03:00
v8_ref.h move ruby function invocation and property lookup into ruby 2010-05-22 09:23:22 +03:00
v8_script.cpp rr_define_class() already marks the ruby new() method private. 2010-06-07 10:19:15 +03:00
v8_script.h move eval() and error handling into ruby 2010-05-20 12:08:16 +03:00
v8_str.cpp C::String is a C::Value 2010-05-31 10:06:29 +03:00
v8_str.h remove obsolete function prototypes. 2010-06-07 10:17:13 +03:00
v8_template.cpp remove temporary workaround to access ruby standard object template from C++ 2010-06-07 10:22:12 +03:00
v8_template.h remove temporary workaround to access ruby standard object template from C++ 2010-06-07 10:22:12 +03:00
v8_try_catch.cpp Revert "upgrade to V8 2.2.14" --totally hosed RHEL 5 2010-06-05 13:50:25 +03:00
v8_try_catch.h move eval() and error handling into ruby 2010-05-20 12:08:16 +03:00
v8_value.cpp remove C++ thunking layer. conversions happen in ruby. 2010-06-06 14:34:10 +03:00
v8_value.h move ruby function invocation and property lookup into ruby 2010-05-22 09:23:22 +03:00