.. |
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
|
get rid of C++ camel case conversion functions. These are handled in ruby now.
|
2010-06-06 21:18:49 +03:00 |
rr.h
|
get rid of C++ camel case conversion functions. These are handled in ruby now.
|
2010-06-06 21:18:49 +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
|
map ruby arrays by value to javascript arrays
|
2010-05-23 05:31:36 +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
|
remove C++ thunking layer. conversions happen in ruby.
|
2010-06-06 14:34:10 +03:00 |
v8_cxt.h
|
move context to new style
|
2010-05-20 12:08:17 +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
|
remove C++ thunking layer. conversions happen in ruby.
|
2010-06-06 14:34:10 +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
|
checkpoint
|
2010-05-20 12:08:15 +03:00 |
v8_template.cpp
|
all v8 callbacks run in their own handle scope so there is no need to declare a new one.
|
2010-06-06 15:45:24 +03:00 |
v8_template.h
|
Convert context to use the standard ruby object template.
|
2010-06-06 14:11:18 +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 |