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