Issue 39: Provide for passing arguments to scripts
http://code.google.com/p/v8/issues/detail?id=39

Comment #6 by [EMAIL PROTECTED]:
The d8 shell now accepts "--" on the command line. All command line  
parameters after
the "--" are passed to the shell. They are available as a JS array of  
strings in the
"arguments" property of the global object.
Notice: This property is always present, even if there were no arguments  
(the array
is empty in that case).


Issue attribute updates:
        Status: Fixed

-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to