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

7 commits

Author SHA1 Message Date
kares
112c1afa50 do not access internal JS names from Ruby + exclude [] & []= methods (RedJS 0.4 compatibility) 2012-04-21 19:56:05 +02:00
kares
eeb32308db support for property access yield from [], []= 2012-04-21 19:51:47 +02:00
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
kares
3f68bb00dc 1.9 compatibility fixes 2012-02-15 12:36:16 +01:00
kares
7e3c2e8e1d JS === for wrapped object (now unbound) methods; a better optimization_level writer and adding a reader as well 2012-01-10 17:24:12 +01:00
kares
bc3ca955cc fix passing scope to when delegating to access + add an attribute aware access impl; make sure Ruby::Object has correct parent scope set 2012-01-07 17:01:38 +01:00
kares
f4b462216e introduce an access module for routing (ruby) Scriptable calls 2012-01-06 18:29:22 +01:00