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

11 commits

Author SHA1 Message Date
Rodrigo Kochenburger
7f3a8cb91f Fix loading of V8::Conversion classes inside an eigenclass 2012-07-23 21:06:45 -03:00
Charles Lowell
da11a11987 hold a reference to the Ruby object
When we have a JS object that proxies a Ruby
object, store a hard reference to the Ruby object
so that it cannot be garbage collected as long as
a reference is being held from within JavaScript.
2012-06-20 13:06:02 -05:00
Charles Lowell
f65e3261a5 extract proc conversion into generic 'code' conversion 2012-06-16 04:56:49 -05:00
Charles Lowell
a9079e02ad connect constructors via inheritance hierarchy. 2012-06-15 10:06:22 -05:00
Charles Lowell
478d99b72f move object access to the class layer. 2012-06-15 09:57:42 -05:00
Charles Lowell
d020ba13b3 construct Ruby objects from JavaScript 2012-06-15 08:02:17 -05:00
Charles Lowell
6a306a93db construct valid instances 2012-06-15 05:43:12 -05:00
Charles Lowell
bde7661189 referential integrity between class constructors 2012-06-15 05:12:52 -05:00
Charles Lowell
7bc06b27c0 embed classes as constructors 2012-06-14 23:11:21 -05:00
Charles Lowell
be963bbc95 implement exception handling. 2012-06-14 22:34:38 -05:00
Charles Lowell
2404e0c0f8 embed classes into javascript 2012-06-11 07:34:02 -05:00