1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/lib/v8
2010-06-06 14:29:33 +03:00
..
access.rb fixes for 1.8.6: tap.rb implementation didn't actually return self. Symbol#to_proc not defined until 1.8.7 2010-05-28 12:58:21 +03:00
array.rb make sure to enter the context when iterating incase the array contains references to objects 2010-06-02 22:15:12 +03:00
cli.rb cli was calling removed open method 2010-05-28 15:52:29 +03:00
context.rb make C::Context::New() mirror the actual native method. 2010-06-06 14:22:02 +03:00
function.rb remove uneeded argc parameter from C::Function#NewInstance() 2010-06-03 13:56:07 +03:00
object.rb invoke javascript methods from ruby. invoke javascript constructors from ruby. 2010-06-03 13:41:52 +03:00
tap.rb fixes for 1.8.6: tap.rb implementation didn't actually return self. Symbol#to_proc not defined until 1.8.7 2010-05-28 12:58:21 +03:00
to.rb reuse the same ruby object template, instead of creating a new one for each ruby object that gets injected. 2010-06-06 13:18:15 +03:00