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

21 commits

Author SHA1 Message Date
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
6adef0bfb6 Ruby objects embedded into v8 are passed back to ruby code as themselves. Use any ruby object as the scope of an eval. 2010-01-13 17:15:53 +02:00
Bill Robertson
15c06a702f Add -Wall to compile. Fix one (and only) warning 2010-01-12 16:16:12 +02:00
Charles Lowell
5524227382 Make V8::Object enumerable 2010-01-10 20:56:10 +02:00
Charles Lowell
441aa30a7f Set properties on javascript objects which are reflected into ruby. 2010-01-10 12:02:08 +02:00
Charles Lowell
772fa7d586 Invoke ruby methods with their javascript property names. 2010-01-10 11:37:51 +02:00
Charles Lowell
a253485712 Can now embed ruby objects and call their public methods from javascript. 2010-01-10 00:13:03 +02:00
Charles Lowell
36628a1792 expose Get() method on native message object. Re-raise javascript exceptions in ruby. 2010-01-09 18:55:37 +02:00
Bill Robertson
0e30abaff2 methods too 2010-01-09 10:52:30 -05:00
Bill Robertson
9508d79e6d OMG it works, embed a lamda in a context 2010-01-09 10:43:08 -05:00
Bill Robertson
f600b1fe03 step 2: make templated converters handle simple things only, and have complicated conversions occur in the converter functions. 2010-01-09 16:40:18 +02:00
Bill Robertson
76d2a92e55 squash stragglers not using default converters 2010-01-09 16:40:18 +02:00
Bill Robertson
23a8d77676 remove some debug statements 2010-01-09 16:40:18 +02:00
Bill Robertson
1b85fd26d8 commit to branch before switching back to master to make it compile. 2010-01-09 16:40:18 +02:00
Bill Robertson
94e4c62061 make it compile 2010-01-09 16:40:18 +02:00
Charles Lowell
0ac1f7c6bb make converters global 2009-12-22 14:44:11 +02:00
Charles Lowell
47103149c9 move eval() implementation into C. make global stateless converters 2009-12-20 19:31:02 +02:00
Charles Lowell
a0af37906c start building out ruby interface 2009-12-18 09:48:06 +02:00
Charles Lowell
12c5723411 comment out ref counting debug output 2009-12-16 14:03:57 +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
2df1f3f33b 'gemify' the source 2009-12-15 07:35:55 +02:00