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

7 commits

Author SHA1 Message Date
Georgy Angelov
acf9be1873 Implement Function and Script 2015-04-04 18:23:23 +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
Charles Lowell
bbef262f17 call JavaScript functions from Ruby. 2012-06-12 07:06:25 -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
7f659ef385 support for accessors, equivalence classes 2012-05-22 12:12:08 -05:00
Charles Lowell
f0db59d723 support for v8::Function 2012-05-18 11:56:15 -05:00