We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8607f9e commit e454e9bCopy full SHA for e454e9b
test/js-native-api/test_number/test.js
@@ -48,6 +48,7 @@ testUint32(4294967295);
48
testUint32(4294967296, 0);
49
testUint32(4294967297, 1);
50
testUint32(17 * 4294967296 + 1, 1);
51
+testUint32(-1, 0xffffffff);
52
53
// Validate documented behavior when value is retrieved as 32-bit integer with
54
// `napi_get_value_int32`
0 commit comments