Searched defs:yVal (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.cpp | 195 BigInt* yVal = BigInt::Cast(y.GetTaggedObject()); in Equal() local 266 JSHandle<BigInt> yVal = BigInt::BitwiseSubOne(thread, y, y->GetLength()); in OneIsNegativeAND() local 293 JSHandle<BigInt> yVal = BitwiseSubOne(thread, y, y->GetLength()); in BitwiseAND() local 311 JSHandle<BigInt> yVal = BigInt::BitwiseSubOne(thread, y, y->GetLength()); in OneIsNegativeXOR() local 323 JSHandle<BigInt> yVal = BitwiseSubOne(thread, y, y->GetLength()); in BitwiseXOR() local 392 JSHandle<BigInt> yVal = BigInt::BitwiseSubOne(thread, y, maxLen); in OneIsNegativeOR() local 424 JSHandle<BigInt> yVal = BitwiseSubOne(thread, y, yLen); in BitwiseOR() local 766 BigInt* yVal = BigInt::Cast(y.GetTaggedObject()); in Compare() local
|