1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00
therubyrhino/lib/rhino
2012-02-15 11:04:14 +01:00
..
ruby JS === for wrapped object (now unbound) methods; a better optimization_level writer and adding a reader as well 2012-01-10 17:24:12 +01:00
context.rb extract out instruction limiting into a separate Context impl that does tracking itself - make a native context factory shared by default + allow a factory option when creating a context 2012-02-15 11:04:14 +01:00
deprecations.rb specs and javascript_backtrace fix for JSError + deprecate JavascriptError 2011-12-09 11:28:27 +01:00
error.rb fix passing scope to when delegating to access + add an attribute aware access impl; make sure Ruby::Object has correct parent scope set 2012-01-07 17:01:38 +01:00
object.rb avoid NativeFunction/NativeObject wrapping and rather customize Rhino's objects to feel Ruby-ish ... 2011-12-07 19:59:39 +01:00
rhino-1.7R3.jar Upgrade to Rhino 1.7 RC3 2011-11-14 14:56:20 -05:00
rhino_ext.rb what goes in should come out, fixes putting a proc property : 2012-01-21 12:47:23 +01:00
ruby.rb make sure Ruby::Function#call 'redefines' Rhino's native (aliased) BaseFunction#__call__ thus resolving correctly with native as well as ruby functions when invoked from Ruby 2012-01-13 12:31:01 +01:00
version.rb v1.73.1 2012-01-24 00:16:56 -06:00
wormhole.rb UnboundMethod should be converted to a Ruby::Function 2012-01-13 16:20:37 +01:00