Home
last modified time | relevance | path

Searched defs:GetWordsArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp541 void GetWordsArray(bool *signBit, size_t wordCount, uint64_t *words, JSHandle<BigInt> bigintVal) in GetWordsArray() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1152 void BigIntRef::GetWordsArray(bool* signBit, size_t wordCount, uint64_t* words) in GetWordsArray() function in panda::BigIntRef