Reviewers: Christian Plesner Hansen, Message: Re-review. Only change since last time is that ToString(Flag*) never returns an empty string. It does return a single space for empty arguments.
Description: Arguments on the command line are made available as a global "arguments" array. Fix for non-empty assertion in debug mode (string representation of empty arguments is a single space, not an empty string). Please review this at http://codereview.chromium.org/10294 Affected files: M src/d8.cc M src/flag-definitions.h M src/flags.h M src/flags.cc M test/cctest/test-flags.cc --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
