Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp800 bool ySign = y->GetSign(); in Compare() local
801 if (xSign != ySign) { in Compare()