I understand your desire to keep the shell sample small, even at the expense of usefulness.
However, what about the rest of this patch? The part that provides a new API that allows applications to retrieve the "--" arguments that are captured by the SetFlagsFromString and SetFlagsFromCommandLine APIs. Without that addition, there is no easy way for a client application to both use SetFlagsFromCommandLine and have access to its own custom APIs. On Mon, May 4, 2009 at 12:12 AM, <[email protected]> wrote: > The sample shell in the V8 repository is supposed to be just a sample, > and therefore has just the most basic features to illustrate various V8 > constructs. > > For more advanced shell features the developer shell D8 is supposed to > be used, and is the place for the whatever features are required for an > advanced V8 based JavaScript shell. > > From you comments it looks as if you have already used D8, if there are > some shortcommings in D8 we would rather see these fixed in D8. > > > http://codereview.chromium.org/99254 > --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
