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

17 commits

Author SHA1 Message Date
Charles Lowell
7bc06b27c0 embed classes as constructors 2012-06-14 23:11:21 -05:00
Charles Lowell
be963bbc95 implement exception handling. 2012-06-14 22:34:38 -05:00
Charles Lowell
bcb58e805a remove errant puts 2012-06-14 11:46:45 -05:00
Charles Lowell
2fac2cdb5f always return the same proc for a given function 2012-06-12 07:27:28 -05:00
Charles Lowell
bbef262f17 call JavaScript functions from Ruby. 2012-06-12 07:06:25 -05:00
Charles Lowell
fb4ac37c69 support indexed getters on object. 2012-06-12 04:18:17 -05:00
Charles Lowell
476367a133 use weakcell to manage template reference. 2012-06-12 03:51:07 -05:00
Charles Lowell
d8579acf28 create a context with a Ruby object as its scope 2012-06-12 03:44:50 -05:00
Charles Lowell
ad7e9dddb7 set named Ruby properties from JS 2012-06-11 16:21:06 -05:00
Charles Lowell
4a8612f5c4 truncate/fill arguments according to Ruby arity 2012-06-11 16:20:42 -05:00
Charles Lowell
1c9694a732 extract Ruby object access. 2012-06-11 11:50:41 -05:00
Charles Lowell
2404e0c0f8 embed classes into javascript 2012-06-11 07:34:02 -05:00
Charles Lowell
683e525902 embed objects, call their methods. 2012-06-11 07:14:00 -05:00
Charles Lowell
65acfdbe6a maintain referential integrity for embedded procs 2012-06-11 05:14:15 -05:00
Charles Lowell
6157d35d4a support two-way identity mapping 2012-06-11 05:07:13 -05:00
Charles Lowell
6dbd647680 Pass empty handles from Ruby. 2012-06-11 05:05:45 -05:00
Charles Lowell
32028f31fc factor out v8 conversions into separate modules 2012-06-11 01:58:12 -05:00