Home
last modified time | relevance | path

Searched refs:BigintAddOne (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.h84 static JSHandle<BigInt> BigintAddOne(JSThread *thread, JSHandle<BigInt> x);
H A Djs_bigint.cpp813 JSHandle<BigInt> BigInt::BigintAddOne(JSThread *thread, JSHandle<BigInt> x) in BigintAddOne() function in panda::ecmascript::BigInt
1046 JSHandle<BigInt> result = BigintAddOne(thread, x); in BitwiseNOT()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h65 return BigInt::BigintAddOne(thread, bigValue).GetTaggedValue(); in RuntimeInc()

Completed in 11 milliseconds