Searched refs:newPropertyValue (Results 1 – 1 of 1) sorted by relevance
686 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg() local688 propertyValue->ToString().AsStringView(), newPropertyValue.get()); in Avg()689 if (newPropertyValue->IsNull()) in Avg()692 dSum += ValueToDouble(pThis, newPropertyValue.get()); in Avg()748 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Count() local754 GetObjectDefaultValue(jsObjectValue.get(), newPropertyValue.get()); in Count()755 if (!newPropertyValue->IsNull()) in Count()762 propertyValue->ToString().AsStringView(), newPropertyValue.get()); in Count()763 iCount += newPropertyValue->IsNull() ? 0 : 1; in Count()767 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Count() local[all …]