Home
last modified time | relevance | path

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

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