Files
node/src
Trevor Norris f81f0c351a async_wrap: pass uid to JS as double
Passing the uid via v8::Integer::New() converts it to a uint32_t. Which
will trim the value early. Instead use v8::Number::New() to convert the
int64_t to a double so that JS can see the full 2^53 range of uid's.

PR-URL: https://github.com/nodejs/node/pull/7096
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Andreas Madsen <amwebdk@gmail.com>
2016-06-01 15:39:21 -06:00
..
2016-03-31 16:32:07 +01:00
2016-04-25 19:24:27 +05:30
2016-06-01 09:29:51 +02:00
2016-05-18 17:31:05 +02:00
2016-04-12 17:21:29 -04:00
2016-06-01 09:29:51 +02:00
2016-06-01 09:29:47 +02:00
2015-02-02 21:55:56 +01:00
2015-09-17 15:25:14 -05:00
2016-05-26 11:28:45 +02:00
2016-04-25 19:24:27 +05:30