1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/lib/v8
Charles Lowell 1a93c34b07 remove WeakRef from the equation
It turns out that the Ruby stdlib WeakRef class is
completely broken. 

http://bugs.ruby-lang.org/issues/4168

While it is fixed in trunk, it is not useable, so
as a temporary measure, use the `ref` gem as a 
dependency. It appears to be both faster and more
correct.
2012-06-20 04:35:40 -05:00
..
access the dontintercept block is not getting passed 2012-06-16 07:45:07 -05:00
conversion remove WeakRef from the equation 2012-06-20 04:35:40 -05:00
error implement exception handling. 2012-06-14 22:34:38 -05:00
util remove WeakRef from the equation 2012-06-20 04:35:40 -05:00
access.rb delegate invocation to callables via the context 2012-06-16 07:39:11 -05:00
array.rb call JavaScript functions from Ruby. 2012-06-12 07:06:25 -05:00
context.rb add Context#dispose() for explicit teardown. 2012-06-19 04:32:58 -05:00
conversion.rb proper fix for bigdecimal and bignum conversion. 2012-06-17 02:42:23 -05:00
error.rb alias V8::Error to V8::JSError 2012-06-16 08:33:31 -05:00
function.rb implement exception handling. 2012-06-14 22:34:38 -05:00
object.rb call JavaScript functions from Ruby. 2012-06-12 07:06:25 -05:00
version.rb base on a new version 2012-05-09 14:46:07 -05:00