mirror of https://github.com/lukechilds/node.git
Browse Source
stringifyPrimitive has always failed to stringify numbers since its
introduction in 422d3c9
. This went uncaught due to encodeURIComponent's
string coercion.
Fixes: https://github.com/iojs/io.js/issues/1208
PR-URL: https://github.com/iojs/io.js/pull/1213
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Brian White <mscdex@mscdex.net>
v1.8.0-commit
Jeremiah Senkpiel
10 years ago
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue