Searched refs:newPropertyValue (Results 1 – 1 of 1) sorted by relevance
579 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg() local581 propertyValue->ToString().AsStringC(), newPropertyValue.get()); in Avg()582 if (newPropertyValue->IsNull()) in Avg()585 dSum += ValueToDouble(pThis, newPropertyValue.get()); in Avg()642 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Count() local648 GetObjectDefaultValue(jsObjectValue.get(), newPropertyValue.get()); in Count()649 if (!newPropertyValue->IsNull()) in Count()656 propertyValue->ToString().AsStringC(), newPropertyValue.get()); in Count()657 iCount += newPropertyValue->IsNull() ? 0 : 1; in Count()661 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Count() local[all …]