1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00
Commit graph

8 commits

Author SHA1 Message Date
kares
23c617345e correct explicit Ruby equality == and eql? (JRuby 1.7.1 compat) 2012-12-05 09:32:39 +01:00
kares
0a38ab3f0a function's return value should be converted to Ruby
(when invoked Ruby #call style)
2012-09-08 15:38:01 +02:00
kares
0b55a51a91 add Rhino.implementation_version for checking loaded jar
rhino 1.7R4 compatibility with prototype exposing (in specs)
2012-08-02 13:11:22 +02:00
kares
28a9322a3e #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
kares
176bf1ffe9 introduced Function#bind for the Ruby side;
setting this to nil does not end up as undefined - there seems no way to pass undefined as a function context thus pass the global object (mirroring non-strict mode)
2012-01-11 08:28:06 +01:00
kares
e2ffe61ebf support for delegating to hash like method [] / []= when wrapped subject supports them 2011-12-13 17:46:04 +01:00
kares
38d40f6e95 distinguish JS Object functions/properties when acessed from the Ruby side 2011-12-12 22:12:12 +01:00
kares
0941f932ed avoid NativeFunction/NativeObject wrapping and rather customize Rhino's objects to feel Ruby-ish ... 2011-12-07 19:59:39 +01:00