1
0
Fork 0
mirror of https://github.com/rails/execjs synced 2023-03-27 23:21:20 -04:00
Commit graph

27 commits

Author SHA1 Message Date
Joshua Peek
82773bfbde Context 2011-02-11 11:39:06 -06:00
Joshua Peek
763513d9b1 Whitespace 2011-02-10 11:13:20 -06:00
Joshua Peek
37f799e8b0 Merge branch 'master' of github.com:sstephenson/execjs
Conflicts:
	lib/execjs/runtimes.rb
2011-02-10 10:58:45 -06:00
Joshua Peek
24a41dfe9d Fix JSC encoding 2011-02-10 10:57:40 -06:00
Sam Stephenson
d19c760186 Less magic 2011-02-09 21:27:56 -06:00
Sam Stephenson
4746921afd Rename for clarity 2011-02-09 00:32:54 -06:00
Sam Stephenson
8b22842cbd Add WSH JScript support 2011-02-07 17:04:05 -06:00
Sam Stephenson
3cf772ef19 Add which support for Windows 2011-02-07 12:48:15 -06:00
Sam Stephenson
910ba90fb7 Shift the paths aronud some more 2011-02-07 12:35:13 -06:00
Sam Stephenson
cdb4db4780 Bump Rhino precedence 2011-02-07 10:11:04 -06:00
Joshua Peek
cc7dfe6610 Add Rhino runtime 2011-02-07 09:01:34 -06:00
Joshua Peek
c00ee391d2 Support "nodejs" binary name 2011-02-07 08:44:02 -06:00
Sam Stephenson
957d632c52 Add therubyracer V8 runtime implementation 2011-02-06 22:52:13 -06:00
Sam Stephenson
5d0d51b6ba therubyracer gem installs an incompatible v8 binary - make sure we don't use it 2011-02-06 21:50:03 -06:00
Sam Stephenson
c5e22c4716 Runtime -> ExternalRuntime 2011-02-06 20:57:51 -06:00
Sam Stephenson
39b51331ce lib/execjs/{runtimes,runners} 2011-02-06 20:53:51 -06:00
Sam Stephenson
210ce211a0 Consolidate basic JS runners 2011-02-06 20:47:13 -06:00
Sam Stephenson
3652589056 Pick the best available runtime 2011-02-06 20:44:01 -06:00
Sam Stephenson
b22082fc86 Add Runtime#available? 2011-02-06 20:35:37 -06:00
Sam Stephenson
c371fb474f Add Spidermonkey runtime 2011-02-06 20:13:24 -06:00
Sam Stephenson
954db082da Instantiate with options instead of subclassing 2011-02-06 20:12:16 -06:00
Sam Stephenson
378a9236be Add JSC runtime 2011-02-06 19:44:32 -06:00
Sam Stephenson
9a5015e612 Add V8 runtime 2011-02-06 19:39:30 -06:00
Sam Stephenson
0be476df21 Extract ExecJS::Runtime 2011-02-06 19:29:40 -06:00
Sam Stephenson
1fc0670769 Make the readme example work 2011-02-06 19:09:07 -06:00
Sam Stephenson
80b3aa3641 Stub out the Node runtime 2011-02-06 18:59:37 -06:00
Sam Stephenson
6ba90fc0fa Initial commit 2011-02-06 14:22:40 -06:00