Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h189 bool signFlag = value->GetSign(); in ToBigUint64() local
191 if (!signFlag && len <= 2) { // 2:2 int equal int64 in ToBigUint64()