1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/ext/v8
2010-05-20 12:08:17 +03:00
..
upstream repatch v8 makefile for linux amd64 to add -fPIC flag 2010-05-11 06:18:36 -05: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 change Context::GetCurrent() to GetEntered(), since that's what's meant most of the time anyway. Give objects a cleaner references to their wrapping context. 2010-05-20 12:08:16 +03:00
converters.h remove all global references from the main extension file 2010-05-20 12:07:33 +03:00
extconf.rb force linking agaist the objc runtime if we are running OSX 2010-05-09 22:13:22 -05:00
rr.cpp make all native classes have a private new 2010-05-20 12:08:17 +03:00
rr.h move eval() and error handling into ruby 2010-05-20 12:08:16 +03:00
v8.cpp begin converting Arguments class. 2010-05-20 12:08:17 +03:00
v8_array.cpp expose the array object as a subclass of function 2010-05-20 12:08:16 +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_cxt.cpp make all native classes have a private new 2010-05-20 12:08:17 +03:00
v8_cxt.h move context to new style 2010-05-20 12:08:17 +03:00
v8_func.cpp If no thisObject passed to function call, just use a brand new object. 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 migrate v8::Object to the new style 2010-05-20 12:08:17 +03:00
v8_obj.h migrate v8::Object to the new style 2010-05-20 12:08:17 +03:00
v8_ref.cpp add V8::C::Value. get it to compile 2010-05-20 12:08:15 +03:00
v8_ref.h add V8::C::Value. get it to compile 2010-05-20 12:08:15 +03:00
v8_script.cpp move eval() and error handling into ruby 2010-05-20 12:08:16 +03:00
v8_script.h move eval() and error handling into ruby 2010-05-20 12:08:16 +03:00
v8_str.cpp checkpoint 2010-05-20 12:08:15 +03:00
v8_str.h checkpoint 2010-05-20 12:08:15 +03:00
v8_template.cpp code compiles now, still broken though 2010-05-20 12:08:15 +03:00
v8_template.h move initializations into approprate places 2010-05-20 12:07:32 +03:00
v8_try_catch.cpp add CanContinue() method to TryCatch 2010-05-20 12:08:17 +03:00
v8_try_catch.h move eval() and error handling into ruby 2010-05-20 12:08:16 +03:00
v8_value.cpp checkpoint 2010-05-20 12:08:15 +03:00
v8_value.h checkpoint 2010-05-20 12:08:15 +03:00