kares
|
82134aecf2
|
make sure Ruby function wrapper has (Ruby) #call semantics
just like JavaScript functions exposed into the Ruby side have
|
2012-09-08 15:39:57 +02:00 |
|
kares
|
6c84e6bf87
|
1.7R4 added a ConsString for 's1' + 's2' optimalization
this is the cause of the reported regression (closes #25)
|
2012-08-24 12:08:06 +02:00 |
|
Tony Strauss
|
4d5e2d8896
|
Make hashes nested within arrays also converted to native JavaScript objects.
|
2012-04-10 08:00:47 +02:00 |
|
kares
|
3f68bb00dc
|
1.9 compatibility fixes
|
2012-02-15 12:36:16 +01:00 |
|
kares
|
0d4d17a0a9
|
place To module methods on Rhino itself - move deprecations (for previous version compatibility) into one place with warnings
|
2011-12-09 07:52:47 +01:00 |
|
kares
|
11f4df4be9
|
RubyObject/RubyFunction review + specs for better integration when some ruby needs to enter Rhino's JS world ...
|
2011-12-08 17:28:23 +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 |
|
kares
|
55bda78f6f
|
refactor JavaScript module to JS (J might be a bit confusing with Java) and make JRuby's javasupport module constant warnings in specs go away
|
2011-12-07 12:41:18 +01:00 |
|
Stephen Lewis
|
ed652c2224
|
Improve marshalling of Ruby hashes to JS
|
2011-06-28 14:35:10 +01:00 |
|
Nick Sieger
|
0be2d0ee2d
|
Change from internal 'Java::JavaLang' to recommended 'java.lang'
The JRuby team recommends using the package/method-call-style
notation. The camel-cased module name mapping is not intended for
public consumption.
|
2011-06-08 15:01:27 -05:00 |
|
Charles Lowell
|
d3cc953c14
|
support for native arrays coming in and out of javascript. Support for calling ruby functions
|
2009-11-11 21:12:20 -05:00 |
|
Charles Lowell
|
6239a0ba60
|
greatly simplify the rhino interface by tieing context to a scope
|
2009-11-11 01:50:36 -05:00 |
|
Charles Lowell
|
138d41dc98
|
add support for embedding ruby instances
|
2009-11-09 10:45:23 -05:00 |
|
Charles Lowell
|
f7d0f719b5
|
map org.mozilla.javascript.Undefined to ruby nil
|
2009-10-09 18:36:42 -05:00 |
|
Charles Lowell
|
1c1f7f91df
|
extract mapping of javascript -> ruby and ruby -> javascript into wormhole module
|
2009-10-06 13:20:37 -05:00 |
|