Issue 39: Provide for passing arguments to scripts http://code.google.com/p/v8/issues/detail?id=39
Comment #1 by lpsantil: While looking over the patch to shell.cc, I noticed that you bind "arguments" array only if the second argument is "--". Is that intentional? I think we should follow SpiderMonkey's (https://developer.mozilla.org/en/Introduction_to_the_JavaScript_shell) and Rhino's (https://developer.mozilla.org/en/Rhino_Shell) convention/command line interface which is roughly: interpreter [options] script-filename.js [script-argument0 [...]] -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
