mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
87efe139e9
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. |
||
---|---|---|
.. | ||
array.rb | ||
class.rb | ||
code.rb | ||
fundamental.rb | ||
hash.rb | ||
indentity.rb | ||
method.rb | ||
object.rb | ||
primitive.rb | ||
proc.rb | ||
reference.rb | ||
string.rb | ||
symbol.rb | ||
time.rb |