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
bbef262f17 call JavaScript functions from Ruby. 2012-06-12 07:06:25 -05:00
Charles Lowell
32028f31fc factor out v8 conversions into separate modules 2012-06-11 01:58:12 -05:00
Charles Lowell
eb9b7b7490 DRY up array conversion 2012-06-08 09:10:49 -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
9cb4f1c7d2 begin internal rewrite. 2012-05-09 14:44:55 -05:00
Charles Lowell
1be713d53d refactor value converter to be per-context. 2010-08-30 14:36:21 -05:00
Charles Lowell
2b1c38b792 finalize change of To.ruby() -> To.rb() 2010-06-07 10:59:41 +03:00
Charles Lowell
946af8f3d4 make sure to enter the context when iterating incase the array contains references to objects 2010-06-02 22:15:12 +03:00
Charles Lowell
fea99b72bd expose global scope as an attribute on context. Add Array#length. kinda useful :) 2010-05-26 13:23:14 +03:00
Charles Lowell
f81cc92fca make the global javascript object available on each context as Context#scope 2010-05-26 13:23:04 +03:00
Charles Lowell
85363d2f14 expose the array object as a subclass of function 2010-05-20 12:08:16 +03:00