kares
|
0e2274a685
|
re-add #methodcall for JS functions accessed from Ruby; use JRuby's include_package in favor of import
|
2011-12-14 11:49:35 +01:00 |
|
kares
|
cdf770d95b
|
pass a scope to initialize for all ruby wrapper classes and attempt to initialize parent scope and prototype whenever it is present; override BaseFunction's #getLength and #getFunctionName for RubyFunction
|
2011-12-12 22:34:27 +01:00 |
|
kares
|
38d40f6e95
|
distinguish JS Object functions/properties when acessed from the Ruby side
|
2011-12-12 22:12:12 +01:00 |
|
kares
|
98178598b0
|
confusing Context resolution during jsapi specs - thus be explicit about JS::Context
|
2011-12-09 19:19:55 +01:00 |
|
kares
|
69b239cbf9
|
"int" property resolution for JS objects
|
2011-12-09 19:04:23 +01:00 |
|
kares
|
167e089722
|
fix NativeObject#[]= JS constant resolution + change getCurrentContext when converting scoped values
|
2011-12-09 19:02:08 +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
|
0941f932ed
|
avoid NativeFunction/NativeObject wrapping and rather customize Rhino's objects to feel Ruby-ish ...
|
2011-12-07 19:59:39 +01:00 |
|