Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp686 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg() local
688 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() local
754 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 …]