Home
last modified time | relevance | path

Searched refs:retWordCount (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp6571 size_t retWordCount = 4; in HWTEST_F() local
6572 napi_status status = napi_get_value_bigint_words(env, value, &retSignBit, &retWordCount, wordsOut); in HWTEST_F()
6588 size_t* retWordCount = nullptr; in HWTEST_F() local
6589 status = napi_get_value_bigint_words(env, value, &retSignBit, retWordCount, wordsOut); in HWTEST_F()

Completed in 16 milliseconds