Searched refs:canReadValue (Results 1 – 1 of 1) sorted by relevance
2094 bool canReadValue = true; in IsObjCNil() local2095 bool isZero = GetValueAsUnsigned(0,&canReadValue) == 0; in IsObjCNil()2096 return canReadValue && isZero; in IsObjCNil()