Comment #2 on issue 3345 by [email protected]: i18n: Make break iterator use optional
http://code.google.com/p/v8/issues/detail?id=3345

space: about 1M of code (linux x86_64) and about 4M of data (which we can save without this change, but then the code is really dead)

Intl object: break iteration isn't part of ES402, at least not yet. That's why this aspect is ripe for the picking in my mind.

Was successful at doing this change in v8, will post diffs.

Intl.v8BreakIterator.supportedLocalesOf("en") -> [] if disabled, ['en'] if enabled

new Intl.v8BreakIterator("en").first() -> undefined if disabled, 0 if enabled.

A tweak would be to make the 'new' return undefined or illegal or something.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to