Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_bigint_test.cpp561 size_t wordCount1 = 5; in HWTEST_F_L0() local
563 JSHandle<BigInt> bigintFalse1 = BigInt::CreateBigWords(thread, false, wordCount1, words1); in HWTEST_F_L0()
567 GetWordsArray(&sign1, wordCount1, wordsOut1, bigintFalse1); in HWTEST_F_L0()
569 for (size_t i = 0; i < wordCount1; i++) { in HWTEST_F_L0()

Completed in 3 milliseconds