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-03 13:56:07 +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
callbacks.rb rework callbacks 2010-05-22 16:42:33 +03:00
cli.rb cli was calling removed open method 2010-05-28 15:52:29 +03:00
context.rb remove the deprecated open() method on context. 2010-05-27 19:28:50 +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 function.call() now assumes global "this" object. use function.methodcall(thisObj,...) to change the context. fuction.new() invokes function as javascript constructor. 2010-06-03 12:51:06 +03:00