* Fixes T2299: Prevent REPL from printing implicit 'use strict' * Test for T2299 * make fixes
This adds support for specifying v8Flags with dashes. Previously only underscores were allowed. Also allows specifying values for v8Flags in the from --flag=value, which was not supported till now. Also add --inspect support.