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

13 commits

Author SHA1 Message Date
Charles Lowell
0fd81d52d8 rename release_queue -> rb_release_queue 2015-07-06 00:40:22 -05:00
Charles Lowell
01033ce76e rename queue -> v8_release_queue 2015-07-06 00:38:10 -05:00
Charles Lowell
a91f59d90e retain and release ruby objects 2015-07-06 00:36:25 -05:00
Charles Lowell
963c93f87d add documentation for clearReferences method 2015-07-05 19:33:05 -05:00
Charles Lowell
6cda380dec remove errant fprintf() 2015-07-05 19:09:07 -05:00
Charles Lowell
38229de06a add reference queing and dequeinc 2015-07-05 19:05:12 -05:00
Charles Lowell
b8ba4c422a Context#Dispose() is not a thing in v8 4.5 2015-07-05 11:49:26 -05:00
Charles Lowell
1fac021d91 setup and teardown IsolateData with each Isolate 2015-07-05 11:26:03 -05:00
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