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

14 commits

Author SHA1 Message Date
Charles Lowell
d2f1dcd042 v8 classes now extend from the handle class. 2011-04-13 08:45:07 -05:00
Charles Lowell
f6a618aecc substitute generic handle struct for everywhere that was using refs 2011-04-13 08:45:07 -05:00
Charles Lowell
adc0597451 expose SetCallAsFunctionHandler() to ObjectTemplate 2010-08-17 06:31:18 -05:00
Charles Lowell
388013f92e rr_define_class() already marks the ruby new() method private. 2010-06-07 10:19:15 +03:00
Charles Lowell
f7a1e0a9f8 remove C++ thunking layer. conversions happen in ruby. 2010-06-06 14:34:10 +03:00
Charles Lowell
3974fc1f7c Add experimental jasmine support 2010-06-03 14:05:37 +03:00
Charles Lowell
42eb72bbc0 use new syntax for creating script refs 2010-05-22 12:09:16 +03:00
Charles Lowell
5737292a86 move eval() and error handling into ruby 2010-05-20 12:08:16 +03:00
Charles Lowell
8575115f0a rename rr_define macros to something more sane 2010-05-20 12:07:33 +03:00
Charles Lowell
5194b11a5b move initializations into approprate places 2010-05-20 12:07:32 +03: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
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
Renamed from v8_script.cpp (Browse further)