1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/ext/v8
2012-02-17 09:13:04 -06:00
..
extconf.rb If you're going to statically link, statically link. 2012-02-17 09:13:04 -06:00
rr.cpp add rr_define_finalizer() utility for adding object finalizers from C. 2011-05-24 17:25:21 -05:00
rr.h add rr_define_finalizer() utility for adding object finalizers from C. 2011-05-24 17:25:21 -05:00
v8.cpp Automatically lock v8 whenever performing any JavaScript operation. 2011-07-02 22:23:08 -05:00
v8_array.cpp make Array maintain referential integrity. 2011-04-22 09:09:15 -05:00
v8_array.h add newlines at the end of header files to quiet GCC 4.0 warnings 2010-06-14 18:27:01 +03:00
v8_callbacks.cpp implement arguments from ruby with pure wrappers. 2011-05-10 14:23:19 -05:00
v8_callbacks.h implement arguments from ruby with pure wrappers. 2011-05-10 14:23:19 -05:00
v8_context.cpp Context isa Handle 2011-04-13 08:45:07 -05:00
v8_context.h normalize the names of files. 2011-04-13 08:45:07 -05:00
v8_date.cpp use object reflection semantics for v8::Date 2011-05-03 14:54:57 -05:00
v8_date.h add newlines at the end of header files to quiet GCC 4.0 warnings 2010-06-14 18:27:01 +03:00
v8_debug.cpp Enable the v8 debug agent from ruby. 2011-03-15 09:04:37 -05:00
v8_debug.h Enable the v8 debug agent from ruby. 2011-03-15 09:04:37 -05:00
v8_exception.cpp comment out gcc only debug stuff. 2011-09-02 02:21:32 -05:00
v8_exception.h bind to low level C::StackTrace and C::StackFrame API 2010-11-08 16:23:16 -06:00
v8_external.cpp protect access to embedded VALUEs in a struct that will clear be aware if the VALUE has become garbage collected. 2011-05-26 11:28:02 -05:00
v8_external.h don't manage external references from C++. 2011-04-29 16:17:15 -07:00
v8_function.cpp Remove dependency on a GCC C++ extension 2011-11-08 13:47:36 -05:00
v8_function.h normalize the names of files. 2011-04-13 08:45:07 -05:00
v8_handle.cpp Add more handle documentation. 2011-06-24 13:17:39 -05:00
v8_handle.h Add more handle documentation. 2011-06-24 13:17:39 -05:00
v8_locker.cpp Never access V8 from within Ruby GC. 2011-06-15 08:40:17 -05:00
v8_locker.h Add low-level C interface for v8::Locker and v8::Unlocker 2010-08-06 10:24:01 -05:00
v8_message.cpp v8 classes now extend from the handle class. 2011-04-13 08:45:07 -05:00
v8_message.h normalize the names of files. 2011-04-13 08:45:07 -05:00
v8_object.cpp expose the C::Object#GetIdentityHash() 2011-05-10 09:36:33 -05:00
v8_object.h expose reflect rr_v8_object_as() so that other objects can use it. 2011-04-22 08:50:01 -05:00
v8_script.cpp v8 classes now extend from the handle class. 2011-04-13 08:45:07 -05:00
v8_script.h add newlines at the end of header files to quiet GCC 4.0 warnings 2010-06-14 18:27:01 +03:00
v8_string.cpp GH-78: don't count on strings coming from Ruby to be null-terminated C-strings. They aren't. 2011-06-06 08:13:06 -05:00
v8_string.h normalize the names of files. 2011-04-13 08:45:07 -05:00
v8_template.cpp implement arguments from ruby with pure wrappers. 2011-05-10 14:23:19 -05:00
v8_template.h add newlines at the end of header files to quiet GCC 4.0 warnings 2010-06-14 18:27:01 +03:00
v8_try_catch.cpp remove cruft revealed by warnings. 2011-06-02 10:59:05 -05:00
v8_try_catch.h add newlines at the end of header files to quiet GCC 4.0 warnings 2010-06-14 18:27:01 +03:00
v8_v8.cpp substitute generic handle struct for everywhere that was using refs 2011-04-13 08:45:07 -05:00
v8_v8.h start adding support for V8 VM introspection functions. 2011-03-21 13:48:24 -05:00
v8_value.cpp v8 classes now extend from the handle class. 2011-04-13 08:45:07 -05:00
v8_value.h use methods, not direct storage to access constants 2011-04-13 08:45:07 -05:00
v8_weakref.cpp make v8 and ruby weak references cooperate when it comes to who deletes the memory. 2011-05-24 21:31:02 -05:00
v8_weakref.h make v8 and ruby weak references cooperate when it comes to who deletes the memory. 2011-05-24 21:31:02 -05:00