Searched defs:yVal (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.cpp | 212 BigInt* yVal = BigInt::Cast(y.GetTaggedObject()); in Equal() local 284 JSHandle<BigInt> yVal = BigInt::BitwiseSubOne(thread, y, y->GetLength()); in OneIsNegativeAND() local 314 JSHandle<BigInt> yVal = BitwiseSubOne(thread, y, y->GetLength()); in BitwiseAND() local 335 JSHandle<BigInt> yVal = BigInt::BitwiseSubOne(thread, y, y->GetLength()); in OneIsNegativeXOR() local 351 JSHandle<BigInt> yVal = BitwiseSubOne(thread, y, y->GetLength()); in BitwiseXOR() local 421 JSHandle<BigInt> yVal = BigInt::BitwiseSubOne(thread, y, maxLen); in OneIsNegativeOR() local 457 JSHandle<BigInt> yVal = BitwiseSubOne(thread, y, yLen); in BitwiseOR() local 840 BigInt* yVal = BigInt::Cast(y.GetTaggedObject()); in Compare() local
|