1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
Commit graph

11 commits

Author SHA1 Message Date
Charles Lowell
33ec286583 add newlines at the end of header files to quiet GCC 4.0 warnings 2010-06-14 18:27:01 +03:00
Charles Lowell
8d6290b7e4 Convert context to use the standard ruby object template. 2010-06-06 14:11:18 +03:00
Charles Lowell
cffef332b1 migrate v8::Object to the new style 2010-05-20 12:08:17 +03:00
Charles Lowell
ba7c233248 maintain referential integrity on ruby objects passed back and forth to the runtime 2010-05-20 12:08:16 +03:00
Charles Lowell
5f2d3e2a61 move object reflection into v8_obj.* 2010-05-20 12:08:16 +03:00
Charles Lowell
77837092b0 checkpoint 2010-05-20 12:08:15 +03:00
Charles Lowell
5194b11a5b move initializations into approprate places 2010-05-20 12:07:32 +03:00
Charles Lowell
21ed473b59 add to_s/toString() method to ruby objects 2010-02-18 14:16:11 -06:00
Charles Lowell
56c5558be7 native C objects now have a reference to the context that created them. Add identity/equality check for C::Context 2010-01-14 00:51:46 +02:00
Charles Lowell
5524227382 Make V8::Object enumerable 2010-01-10 20:56:10 +02:00
Charles Lowell
a0af37906c start building out ruby interface 2009-12-18 09:48:06 +02:00