Home
last modified time | relevance | path

Searched refs:xIsNull (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp825 bool xIsNull = x->GetDigit(0); in SignedRightShift() local
827 if (!xIsNull || !yIsNull) { in SignedRightShift()