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