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

5 commits

Author SHA1 Message Date
Charles Lowell
b11e514b56 upgrade to 4.5.x, add isolate.Dispose() 2015-07-04 12:20:50 -05:00
Georgy Angelov
52e52c1a04 Remove #Enter, #Exit and ::GetCurrent from C::Isolate
Also lock on some more places
2015-04-04 14:16:15 +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
Georgy Angelov
2fca33f9d0 Remove old ext files and spec & link to the new V8
The functionality will be added (that is, if I don't get bored) one thing at a time with the spec.
If you want to test, point the libv8 gem (in Gemfile) to its trunk branch & my changes at stormbreakerbg/libv8 @ trunk.

What works currently is getting V8 to initialize, say its version and create a new Isolate.
2015-03-18 21:57:39 +00:00