Use the --no-icu_case_mapping flag when initializing V8

This change passes in the --no-icu_case_mapping flag to V8 so that it
uses V8's builtin locale-aware string builtins rather than ICU's. This
causes functions such as String.prototype.toUpperCase to not be
undefined.

Bug: 110114134
Test: Google's internal PAC script no longer throws errors.

Change-Id: Ia65af9732cba80671131eb3972fb424fa0df8ead
1 file changed
tree: 9e20f6044c6c68f79d9a1cf6b6021b1d05f7a334
  1. src/
  2. test/
  3. Android.mk
  4. LICENSE
  5. MODULE_LICENSE_BSD
  6. NOTICE
  7. README