.. |
upstream
|
repatch v8 makefile for linux amd64 to add -fPIC flag
|
2010-05-11 06:18:36 -05:00 |
callbacks.cpp
|
always convert method names to strings in order to make it 1.9.1 compatible
|
2010-03-19 10:11:56 -05: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
|
call JavaScript functions from Ruby
|
2010-04-22 11:46:21 -05:00 |
converters.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 |
extconf.rb
|
force linking agaist the objc runtime if we are running OSX
|
2010-05-09 22:13:22 -05:00 |
v8.cpp
|
call JavaScript functions from Ruby
|
2010-04-22 11:46:21 -05:00 |
v8_cxt.cpp
|
add javascript_stacktrace to the JavascriptError to view the full javascript stack.
|
2010-03-01 00:25:02 -06:00 |
v8_cxt.h
|
Add methods to get detailed source and line data from error messages
|
2010-02-08 10:53:20 -06:00 |
v8_func.cpp
|
call JavaScript functions from Ruby
|
2010-04-22 11:46:21 -05:00 |
v8_func.h
|
call JavaScript functions from Ruby
|
2010-04-22 11:46:21 -05:00 |
v8_msg.cpp
|
Add methods to get detailed source and line data from error messages
|
2010-02-08 10:53:20 -06:00 |
v8_msg.h
|
Add methods to get detailed source and line data from error messages
|
2010-02-08 10:53:20 -06:00 |
v8_obj.cpp
|
add to_s/toString() method to ruby objects
|
2010-02-18 14:16:11 -06:00 |
v8_obj.h
|
add to_s/toString() method to ruby objects
|
2010-02-18 14:16:11 -06:00 |
v8_ref.cpp
|
allow v8 refs to hold on to more than one ruby object.
|
2010-05-20 11:24:27 +03:00 |
v8_ref.h
|
allow v8 refs to hold on to more than one ruby object.
|
2010-05-20 11:24:27 +03:00 |
v8_script.cpp
|
step 2: make templated converters handle simple things only, and have complicated conversions occur in the converter functions.
|
2010-01-09 16:40:18 +02:00 |
v8_script.h
|
'gemify' the source
|
2009-12-15 07:35:55 +02:00 |
v8_standalone.cpp
|
Add -Wall to compile. Fix one (and only) warning
|
2010-01-12 16:16:12 +02:00 |
v8_standalone.h
|
'gemify' the source
|
2009-12-15 07:35:55 +02:00 |
v8_str.cpp
|
compile level fixes for 1.9
|
2010-02-11 17:14:47 -06:00 |
v8_str.h
|
'gemify' the source
|
2009-12-15 07:35:55 +02:00 |
v8_template.cpp
|
compile level fixes for 1.9
|
2010-02-11 17:14:47 -06:00 |
v8_template.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 |