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
6dbd647680 Pass empty handles from Ruby. 2012-06-11 05:05:45 -05:00
Charles Lowell
e90ef50b0d remove Int equivalence class 2012-05-22 23:06:21 -05:00
Charles Lowell
08c458174c Use equivalence classe for integer conversion 2012-05-22 12:17:31 -05:00
Charles Lowell
77148914ab (almost) fully wrap the object interface 2012-05-17 10:30:37 -05:00
Charles Lowell
b9b15e8838 expose all v8:Context methods. 2012-05-09 14:46:07 -05:00
Charles Lowell
28475caab3 add stub for Object::SetAccessor() 2012-05-09 14:46:07 -05:00
Charles Lowell
3d4d4cc38c stub more Object methods. 2012-05-09 14:46:06 -05:00
Charles Lowell
d2663ba161 Make V8::C::String < V8::C::Value 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
9884c89074 Introduce a friendlier ClassBuilder syntax. 2012-05-09 14:46:06 -05:00
Charles Lowell
b2e3057c5c Outline reference data structures. 2012-05-09 14:46:04 -05:00