Home
last modified time | relevance | path

Searched refs:BigintSubOne (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.h85 static JSHandle<BigInt> BigintSubOne(JSThread *thread, JSHandle<BigInt> x);
Djs_bigint.cpp775 JSHandle<BigInt> BigInt::BigintSubOne(JSThread *thread, JSHandle<BigInt> x) in BigintSubOne() function in panda::ecmascript::BigInt
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp816 HWTEST_F_L0(JSBigintTest, BigintSubOne) in HWTEST_F_L0() argument
820 JSHandle<BigInt> addres = BigInt::BigintSubOne(thread, resBigint); in HWTEST_F_L0()
825 JSHandle<BigInt> addres1 = BigInt::BigintSubOne(thread, resBigint1); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h65 return BigInt::BigintSubOne(thread, bigValue).GetTaggedValue(); in RuntimeDec()