.. |
upstream
|
add exception backtraces for segfaults and fatal errors.
|
2010-05-23 03:46:33 +03:00 |
callbacks.cpp
|
begin converting Arguments class.
|
2010-05-20 12:08:17 +03:00 |
callbacks.h
|
Dynamic handling of ruby properties. Invoking ruby setters from javascript. Removed a bunch of segfaulting. Now objects have references to the context that created them.
|
2010-01-18 00:25:40 +02:00 |
convert_ruby.cpp
|
'gemify' the source
|
2009-12-15 07:35:55 +02:00 |
convert_ruby.h
|
compile level fixes for 1.9
|
2010-02-11 17:14:47 -06:00 |
convert_string.cpp
|
'gemify' the source
|
2009-12-15 07:35:55 +02:00 |
convert_string.h
|
remove std:: namespace on sprintf() so that it compiles on linux
|
2010-02-15 21:47:53 -06:00 |
convert_v8.cpp
|
'gemify' the source
|
2009-12-15 07:35:55 +02:00 |
convert_v8.h
|
fix string copy routine -- downshift to simple implementation
|
2010-03-14 21:16:25 -05:00 |
converters.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 |
converters.h
|
remove all global references from the main extension file
|
2010-05-20 12:07:33 +03:00 |
extconf.rb
|
add exception backtraces for segfaults and fatal errors.
|
2010-05-23 03:46:33 +03:00 |
rr.cpp
|
fixes for 1.8.6: tap.rb implementation didn't actually return self. Symbol#to_proc not defined until 1.8.7
|
2010-05-28 12:58:21 +03:00 |
rr.h
|
add rr_define_const()
|
2010-05-22 09:15:00 +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
|
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_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
|
move callbacks into ruby code. make sure handle scopes are everywhere. raise exception when context needs to be open rather than segfault in certain cases.
|
2010-05-20 12:08:17 +03:00 |
v8_func.h
|
code compiles now, still broken though
|
2010-05-20 12:08:15 +03:00 |
v8_msg.cpp
|
move eval() and error handling into ruby
|
2010-05-20 12:08:16 +03:00 |
v8_msg.h
|
move eval() and error handling into ruby
|
2010-05-20 12:08:16 +03:00 |
v8_obj.cpp
|
make v8::Object::GetHiddenValue() scriptable from ruby
|
2010-05-31 10:06:04 +03:00 |
v8_obj.h
|
migrate v8::Object to the new style
|
2010-05-20 12:08:17 +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
|
use new syntax for creating script refs
|
2010-05-22 12:09:16 +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
|
remove call to rb_hash_lookup() which is not present in 1.8.6
|
2010-05-27 22:01:27 +03:00 |
v8_template.h
|
move callbacks into ruby code. make sure handle scopes are everywhere. raise exception when context needs to be open rather than segfault in certain cases.
|
2010-05-20 12:08:17 +03:00 |
v8_try_catch.cpp
|
reset the try_catch object after a TC block just in case.
|
2010-05-31 10:07:16 +03:00 |
v8_try_catch.h
|
move eval() and error handling into ruby
|
2010-05-20 12:08:16 +03:00 |
v8_value.cpp
|
provide handle scopes to value methods
|
2010-05-23 04:25:48 +03:00 |
v8_value.h
|
move ruby function invocation and property lookup into ruby
|
2010-05-22 09:23:22 +03:00 |