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

12 commits

Author SHA1 Message Date
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
Charles Lowell
a2054c6d2b accidentally dropped method 2012-06-19 05:51:26 -05:00
Charles Lowell
8693cddf0a add Context#dispose() for explicit teardown. 2012-06-19 04:32:58 -05:00
Charles Lowell
a20ade811c expose V8 version string. 2012-06-14 03:52:32 -05:00
Charles Lowell
bc5e24760f configure resource constraints and get heap stats 2012-06-08 06:06:49 -05:00
Charles Lowell
b54dc3e3c4 allow passing a hint to IdleNotification() 2012-06-08 02:29:16 -05:00
Charles Lowell
a5812812bc support catching javascript exceptions 2012-05-25 15:53:13 -05:00
Charles Lowell
c22dc64910 remove global thunking function Convert(). 2012-05-15 16:49:01 -05:00
Charles Lowell
a2cf25b00f implement C::Object#SetAccessor() 2012-05-09 14:46:07 -05:00
Charles Lowell
889918adae Use more conventional means layout for .cc files 2012-05-09 14:46:06 -05:00
Charles Lowell
99d225c450 switch Context, Script to use ClassBuilder 2012-05-09 14:46:06 -05:00
Charles Lowell
663d4f35ea Release persistent handles inside v8 GC 2012-05-09 14:46:05 -05:00