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

18 commits

Author SHA1 Message Date
Anton Sidelnikov
1aed74575c Conversion trick for 64-bit Fixnums, with fixed tests 2012-08-01 21:16:48 +07:00
Charles Lowell
531d5685bb Revert "Conversion trick for 64-bit Fixnums"
see http://travis-ci.org/#!/cowboyd/therubyracer/jobs/2002117

This reverts commit fde0d8ae9a.
2012-07-31 19:56:04 +03:00
Anton Sidelnikov
fde0d8ae9a Conversion trick for 64-bit Fixnums 2012-07-26 13:10:03 +07:00
Rodrigo Kochenburger
7f3a8cb91f Fix loading of V8::Conversion classes inside an eigenclass 2012-07-23 21:06:45 -03:00
Charles Lowell
2978306272 proper fix for bigdecimal and bignum conversion. 2012-06-17 02:42:23 -05:00
Charles Lowell
1349384c08 allow embedding BigDecimal 2012-06-16 12:31:08 -05:00
Charles Lowell
0f691539e8 delegate invocation to callables via the context 2012-06-16 07:39:11 -05:00
Charles Lowell
bbef262f17 call JavaScript functions from Ruby. 2012-06-12 07:06:25 -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
32028f31fc factor out v8 conversions into separate modules 2012-06-11 01:58:12 -05:00
Charles Lowell
3590c0dadb Return the same Ruby object for a give V8 object 2012-06-08 14:52:08 -05:00
Charles Lowell
eb9b7b7490 DRY up array conversion 2012-06-08 09:10:49 -05:00
Charles Lowell
e097a20917 convert symbols to v8 2012-06-08 08:51:10 -05:00
Charles Lowell
7898e2666a allow creation of bare V8::Object. 2012-06-07 11:47:46 -05:00
Charles Lowell
11dff1e592 make V8::Object Enumerable 2012-06-07 11:40:53 -05:00
Charles Lowell
b32060c925 add basic conversions for V8::Object and V8::Array 2012-06-07 11:09:13 -05:00
Charles Lowell
73bf43d5bb extract conversions into separate module 2012-06-07 10:02:26 -05:00