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

23 commits

Author SHA1 Message Date
Charles Lowell
b483beb493 update redjs to conform with v8 version. quick and dirty eval() 2010-01-18 13:06:38 +02:00
Charles Lowell
53b0f3b911 bring in new version of redjs 2009-12-18 14:47:42 +02:00
Charles Lowell
95af03dce6 update redjs 2009-12-16 14:41:06 +01:00
Charles Lowell
cf32d3180d update to use the redjs test suite 2009-12-16 14:02:05 +01:00
Charles Lowell
efa9a75d37 extract specs that can be shared into a common repository so that it can be used by other implementations 2009-12-15 10:33:55 +02:00
Charles Lowell
5a9bb13d9f allow you to hold onto a context while it isn't open 2009-12-02 00:35:16 -06:00
Charles Lowell
e072c82420 support for loading javascript from file referenced by name 2009-11-20 09:58:15 -06:00
Charles Lowell
2a1bdf7859 add ability to evaluate javascript bytes straight off an IO object without slurping it completely into memory 2009-11-20 09:38:31 -06:00
Charles Lowell
f6eb4ff3da traverse the prototype chain when accessing javascript properties from ruby 2009-11-20 08:27:24 -06:00
Charles Lowell
88707e09e2 allow for evaluating javascript in the context of a ruby object 2009-11-13 12:09:54 -05:00
Charles Lowell
4611dee3ff update version and readmes. bump version number 2009-11-11 21:19: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
a87b7f5085 fix specs 2009-11-10 09:54:16 -05:00
Charles Lowell
728a0b36ae limit instruction counts 2009-11-10 09:52:03 -05:00
Charles Lowell
138d41dc98 add support for embedding ruby instances 2009-11-09 10:45:23 -05:00
Charles Lowell
cb516973af to_h to_json for native object 2009-11-08 23:25:25 -05:00
Charles Lowell
f7d0f719b5 map org.mozilla.javascript.Undefined to ruby nil 2009-10-09 18:36:42 -05:00
Charles Lowell
9276bb69a6 clarify wording of context example 2009-10-09 18:36:21 -05:00
Charles Lowell
1c1f7f91df extract mapping of javascript -> ruby and ruby -> javascript into wormhole module 2009-10-06 13:20:37 -05:00
Charles Lowell
aa6d6bb188 make NativeObject enumerable 2009-10-06 09:04:57 -05:00
Charles Lowell
33ef76f85e add native object wrapper for easy access to js objects from ruby 2009-10-06 08:52:45 -05:00
Charles Lowell
b04ca685cc basic javascript access from jruby 2009-09-24 19:08:40 -05:00