Flag passes rest of command line to the shell/scripts being run.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 10 Nov 2008 14:27:08 +0000 (14:27 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 10 Nov 2008 14:27:08 +0000 (14:27 +0000)
commit2889b1ea86b637e68b081c241e85180eac6da5a7
tree8b7aa36ae4860f133b81fb1966232e728ba67aaf
parentebdd02ebd3c3557c24b88208aac2e72b06dc6062
Flag passes rest of command line to the shell/scripts being run.
Arguments on the command line are made available as a global "arguments" array.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@724 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/d8.cc
src/flag-definitions.h
src/flags.cc
src/flags.h
test/cctest/test-flags.cc