Home
last modified time | relevance | path

Searched refs:TestUint32Truncation (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/js-native-api/test_number/
Dtest_number.c26 static napi_value TestUint32Truncation(napi_env env, napi_callback_info info) { in TestUint32Truncation() function
97 DECLARE_NAPI_PROPERTY("TestUint32Truncation", TestUint32Truncation), in Init()
Dtest.js39 assert.strictEqual(expected, test_number.TestUint32Truncation(input));