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
Charles Lowell
f01489923e Merge pull request #366 from cowboyd/4.5/object-template
Add Template Hiearchy
2015-07-29 20:31:14 +03:00
Charles Lowell
5e21f1deae remove calls to Dispose in specs 2015-07-28 18:29:38 +03:00
Charles Lowell
5d09e42109 implement ObjectTemplte#Set() 2015-07-18 16:39:36 -05:00
Charles Lowell
75823c1dc2 Merge pull request #364 from cowboyd/4.5/ruby-maybe-values
Maybe APIs
2015-07-17 17:13:34 -05:00
Charles Lowell
cbfb1b1269 support Maybe APIs 2015-07-16 21:55:31 -05:00
Charles Lowell
38af5412d4 coordinate shared datastructure teardown 2015-07-11 01:49:06 -05:00
Georgy Angelov
acf9be1873 Implement Function and Script 2015-04-04 18:23:23 +00:00
Georgy Angelov
a926860150 Lock inside the C methods and store isolate with every ref 2015-04-04 14:04:57 +00:00
Georgy Angelov
207158fcdb Add Locker and Unlocker 2015-03-21 20:27:06 +00:00
Georgy Angelov
d0f568cf18 Add strings and some conversion options for values 2015-03-21 09:51:17 +00:00
Georgy Angelov
d1e9088cf0 Port a ton of the original ext classes
You can now create a JS object from Ruby-land without segfaulting
2015-03-20 20:47:57 +00:00