new Intl.NumberFormat([locales[, options]])
Intl.NumberFormat.call(this[, locales[, options]])
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// This assumes the runner supports | |
// - generators (for a transpiler see http://facebook.github.io/regenerator/) | |
// - Promises (for a polyfill see https://github.com/petkaantonov/bluebird) | |
// | |
// This does not need outside libraries to be loaded | |
// | |
// This survives direct eval semantics, unless you use regenerator, in which case the unwinding will cause variable renaming | |
// |
OlderNewer