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 87efe139e9 avoid potential race condition.
in between the weakref_alive? check and the actual
dereference via `__getobj__` the weak reference
could have been collected. It's better to just go
ahead and do the deref. If it throws an error,
then we know it didn't work.
2012-06-19 08:33:48 -05:00
..
access the dontintercept block is not getting passed 2012-06-16 07:45:07 -05:00
conversion avoid potential race condition. 2012-06-19 08:33:48 -05:00
error implement exception handling. 2012-06-14 22:34:38 -05:00
util weak cell was weak. 2012-06-12 04:18:01 -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