1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00
therubyrhino/spec/rhino
kares 721c8a4355 some oop into access impls
AccessBase as a base class for different implementations
change DefaultAccess and RubyAccess to use AccessBase (but keep backwards compatibility with the "module" way)
2012-04-20 20:24:43 +02:00
..
access_spec.rb some oop into access impls 2012-04-20 20:24:43 +02:00
context_spec.rb support for a timeout limit when executing JS within a context 2012-02-15 11:08:48 +01:00
deprecations_spec.rb specs and javascript_backtrace fix for JSError + deprecate JavascriptError 2011-12-09 11:28:27 +01:00
error_spec.rb better error message handling + keep the throws JS object as error.value 2012-04-11 14:42:23 +02:00
redjs_spec.rb depend on redjs specs 0.2.1 2012-04-13 20:32:31 +02:00
rhino_ext_spec.rb #apply seems as a better name for #methodcall + add some notes on #call semantics in JS vs. Ruby 2012-01-13 10:19:02 +01:00
ruby_spec.rb wrap StandardErrors into Rhino's JavaScriptException so they can be try-catched as JS "error" values (RedJS 0.3.0 compatibility) 2012-04-17 08:00:03 +02:00
wormhole_spec.rb Make hashes nested within arrays also converted to native JavaScript objects. 2012-04-10 08:00:47 +02:00