1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00
therubyrhino/lib/rhino
kares 8dc0781dbe allow to set optimization level globally
also allow reading it from system properties by default :
`java.lang.System.setProperty("rhino.opt.level", "1")` 
(Java 7 embedded-rhino scripting engine compatible)
2012-12-03 17:21:23 +01:00
..
ruby do not access internal JS names from Ruby + exclude [] & []= methods (RedJS 0.4 compatibility) 2012-04-21 19:56:05 +02:00
context.rb allow to set optimization level globally 2012-12-03 17:21:23 +01:00
deprecations.rb allow to set optimization level globally 2012-12-03 17:21:23 +01:00
error.rb fix a regression introduced in db54adc223 2012-08-24 13:26:04 +02: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_ext.rb function's return value should be converted to Ruby 2012-09-08 15:38:01 +02:00
ruby.rb allow to set optimization level globally 2012-12-03 17:21:23 +01:00
version.rb baking 2.0.1 2012-08-24 13:05:42 +02:00
wormhole.rb 1.7R4 added a ConsString for 's1' + 's2' optimalization 2012-08-24 12:08:06 +02:00