Home
last modified time | relevance | path

Searched refs:GetWordsArraySize (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/bigintrefgetwordsarraysize_fuzzer/
Dbigintrefgetwordsarraysize_fuzzer.cpp44 bigWordsRef->GetWordsArraySize(); in BigIntRefGetWordsArraySize()
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md5792 ### GetWordsArraySize subsection
5794 uint32_t GetWordsArraySize()��
5822 uint32_t cnt = bigWordsRef->GetWordsArraySize();
Djsnapi_expo.cpp1466 uint32_t BigIntRef::GetWordsArraySize() in GetWordsArraySize() function in panda::BigIntRef
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h805 uint32_t GetWordsArraySize();
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp145 …TEST_LOG_(INFO) << "sample_primitive_BigIntRef_UArraySize : " << ubigWordsRef->GetWordsArraySize(); in HWTEST_F_L0()
179 …TEST_LOG_(INFO) << "sample_primitive_BigIntRef_iarraySize : " << ibigWordsRef->GetWordsArraySize(); in HWTEST_F_L0()
Djsnapi_first_tests.cpp1469 EXPECT_EQ(bigWordsRef->GetWordsArraySize(), size); in HWTEST_F_L0()
Dffi_workload.cpp7668 bigWordsRef->GetWordsArraySize(); in HWTEST_F_L0()
7671 TEST_TIME(BigIntRef::GetWordsArraySize); in HWTEST_F_L0()