1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/lib/v8/conversion
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
..
array.rb call JavaScript functions from Ruby. 2012-06-12 07:06:25 -05:00
class.rb extract proc conversion into generic 'code' conversion 2012-06-16 04:56:49 -05:00
code.rb delegate invocation to callables via the context 2012-06-16 07:39:11 -05:00
fundamental.rb factor out v8 conversions into separate modules 2012-06-11 01:58:12 -05:00
hash.rb factor out v8 conversions into separate modules 2012-06-11 01:58:12 -05:00
indentity.rb avoid potential race condition. 2012-06-19 08:33:48 -05:00
method.rb avoid potential race condition. 2012-06-19 08:33:48 -05:00
object.rb extract default object conversion 2012-06-19 04:42:04 -05:00
primitive.rb embed objects, call their methods. 2012-06-11 07:14:00 -05:00
proc.rb extract proc conversion into generic 'code' conversion 2012-06-16 04:56:49 -05:00
reference.rb extract default object conversion 2012-06-19 04:42:04 -05:00
string.rb factor out v8 conversions into separate modules 2012-06-11 01:58:12 -05:00
symbol.rb factor out v8 conversions into separate modules 2012-06-11 01:58:12 -05:00
time.rb factor out v8 conversions into separate modules 2012-06-11 01:58:12 -05:00