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

4 commits

Author SHA1 Message Date
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