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

25 commits

Author SHA1 Message Date
Charles Lowell
6ceb2f63ae compatibility fix for ruby 1.8.6 2010-01-26 09:31:59 -06:00
Charles Lowell
1dd55ffa77 Enumerate ruby properties in javascript. 2010-01-18 01:12:23 +02:00
Charles Lowell
f3811a48c2 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
Charles Lowell
09868b94c7 update redjs spec 2010-01-17 15:58:09 +02: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
40282449dd commit redjs specs. update history 2010-01-13 23:12:17 +02:00
Charles Lowell
a0af37906c start building out ruby interface 2009-12-18 09:48:06 +02:00
Charles Lowell
f5d62ec4a0 update redjs 2009-12-16 14:14:40 +01:00
Charles Lowell
ad688dfb98 update redjs test suite 2009-12-16 13:55:37 +01:00
Charles Lowell
91cc395ef4 updated the version of redjs 2009-12-16 13:52:54 +01:00
Charles Lowell
312125e563 add support for the redjs test suite 2009-12-16 13:50:54 +01:00
Charles Lowell
7912eec8cd get the ruby racer running on the shared specs (which fail horribly) 2009-12-16 07:40:19 +01:00
Charles Lowell
14028505b7 add more exploratory methods in preparation of thunking function values 2009-11-15 11:43:16 -05:00
Bill Robertson
707916fe03 tweaks 2009-11-14 00:05:52 -05:00
Charles Lowell
e18fd52c7c play around with receiving ruby values 2009-11-03 22:57:37 -06:00
Charles Lowell
502753f910 add specs for calling ruby code 2009-11-03 15:16:07 -06:00
Charles Lowell
92352f5be3 refactor the context out into its own header and impl file. Establish linkage between javascript objects and their ruby peers 2009-11-02 21:03:56 -06:00
Charles Lowell
0983e7f4a6 add specs for converting ruby to javascript. Allow creating of opaque objects 2009-11-01 11:53:19 -06:00
Charles Lowell
3eb5c526b1 access javascript objects from ruby 2009-10-22 23:27:41 -05:00
Charles Lowell
c0d8d85b95 add seeds for passing javascript objects back to ruby 2009-10-22 21:45:41 -05:00
Charles Lowell
5a45899135 map js(undefined) -> ruby(nil) 2009-10-16 15:27:39 -05:00
Charles Lowell
693a42b5d4 add testcases for buffering logic in string coversions. preallocate entire ruby string beforehand. 2009-10-16 09:55:18 -05:00
Charles Lowell
f240e35b63 enable js->ruby type conversion for floats, booleans. Add testcases for null -> nill and undefined -> nil 2009-10-16 08:29:23 -05:00
Bill Robertson
456fa3a282 Crazy clunky type convert system or something
good?
2009-10-15 23:23:53 -04:00
Charles Lowell
fabd535875 add specs for type conversion 2009-10-14 22:51:50 -05:00