Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp1600 uint64_t *resultWords = new uint64_t[3](); // 3 : length of words array in HWTEST_F_L0() local
1601 bigWordsRef->GetWordsArray(vm_, &resultSignBit, size, resultWords); in HWTEST_F_L0()
1603 EXPECT_EQ(resultWords[0], words[0]); in HWTEST_F_L0()
1604 EXPECT_EQ(resultWords[1], words[1]); in HWTEST_F_L0()
1605 EXPECT_EQ(resultWords[2], words[2]); in HWTEST_F_L0()
1606 delete[] resultWords; in HWTEST_F_L0()
H A Dffi_workload.cpp7668 uint64_t *resultWords = new uint64_t[3](); in HWTEST_F_L0() local
7671 bigWordsRef->GetWordsArray(vm_, &resultSignBit, size, resultWords); in HWTEST_F_L0()

Completed in 16 milliseconds