Searched defs:yVal (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.cpp | 202 BigInt* yVal = BigInt::Cast(y.GetTaggedObject()); in Equal() local 273 JSHandle<BigInt> yVal = BigInt::BitwiseSubOne(thread, y, y->GetLength()); in OneIsNegativeAND() local 301 JSHandle<BigInt> yVal = BitwiseSubOne(thread, y, y->GetLength()); in BitwiseAND() local 319 JSHandle<BigInt> yVal = BigInt::BitwiseSubOne(thread, y, y->GetLength()); in OneIsNegativeXOR() local 331 JSHandle<BigInt> yVal = BitwiseSubOne(thread, y, y->GetLength()); in BitwiseXOR() local 400 JSHandle<BigInt> yVal = BigInt::BitwiseSubOne(thread, y, maxLen); in OneIsNegativeOR() local 433 JSHandle<BigInt> yVal = BitwiseSubOne(thread, y, yLen); in BitwiseOR() local 793 BigInt* yVal = BigInt::Cast(y.GetTaggedObject()); in Compare() local
|