Home
last modified time | relevance | path

Searched refs:BigintAdd (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_bigint.h101 static JSHandle<BigInt> BigintAdd(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y, bool resultSign);
H A Djs_bigint.cpp695 return BigintAdd(thread, x, y, xSignFlag); in Add()
725 return BigintAdd(thread, x, y, xSignFlag); in Subtract()
750 JSHandle<BigInt> BigInt::BigintAdd(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y, bool resultSign) in BigintAdd() function in panda::ecmascript::BigInt
753 return BigintAdd(thread, y, x, resultSign); in BigintAdd()

Completed in 5 milliseconds