Searched refs:BigintAdd (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_bigint.h | 101 static JSHandle<BigInt> BigintAdd(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y, bool resultSign);
|
H A D | js_bigint.cpp | 695 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