Searched defs:CreateBigWords (Results 1 – 4 of 4) sorted by relevance
549 HWTEST_F_L0(JSBigintTest, CreateBigWords) in HWTEST_F_L0() argument
5760 ### CreateBigWords subsection
2441 Local<JSValueRef> BigIntRef::CreateBigWords(const EcmaVM *vm, bool sign, uint32_t size, const uint6… in CreateBigWords() function in panda::BigIntRef
684 JSHandle<BigInt> BigInt::CreateBigWords(JSThread *thread, bool sign, uint32_t size, const uint64_t … in CreateBigWords() function in panda::ecmascript::BigInt