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

12 commits

Author SHA1 Message Date
Charles Lowell
f65e3261a5 extract proc conversion into generic 'code' conversion 2012-06-16 04:56:49 -05:00
Charles Lowell
b0fabb2f28 proc invocation handlers reference procs directly 2012-06-16 03:44:58 -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
476367a133 use weakcell to manage template reference. 2012-06-12 03:51:07 -05:00
Charles Lowell
4a8612f5c4 truncate/fill arguments according to Ruby arity 2012-06-11 16:20:42 -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
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