Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp290 JSHandle<BigInt> newBigint = BigInt::CreateBigint(thread, xLength); in OneIsNegativeAND() local
369 JSHandle<BigInt> newBigint = BigInt::CreateBigint(thread, maxLen); in BitwiseSubOne() local
397 JSHandle<BigInt> newBigint = BigInt::CreateBigint(thread, newLength); in BitwiseAddOne() local
426 JSHandle<BigInt> newBigint = BigInt::CreateBigint(thread, yLength); in OneIsNegativeOR() local
1493 JSHandle<BigInt> newBigint = DivideAndRemainderWithBigintDivisor(thread, x, y, remainder); in Divide() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp257 JSHandle<BigInt> newBigint = BigInt::CreateBigint(thread, 2); in HWTEST_F_L0() local