Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp579 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg() local
581 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() local
648 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 …]