Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp273 JSHandle<BigInt> newBigint = BigInt::CreateBigint(thread, xLength); in OneIsNegativeAND() local
342 JSHandle<BigInt> newBigint = BigInt::CreateBigint(thread, maxLen); in BitwiseSubOne() local
370 JSHandle<BigInt> newBigint = BigInt::CreateBigint(thread, newLength); in BitwiseAddOne() local
398 JSHandle<BigInt> newBigint = BigInt::CreateBigint(thread, yLength); in OneIsNegativeOR() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp281 JSHandle<BigInt> newBigint = BigInt::CreateBigint(thread, 2); in HWTEST_F_L0() local