Home
last modified time | relevance | path

Searched defs:yVal (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp212 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