Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp5757 auto pLengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in DotAccessorCommon() local
5758 argAccessor->GetObjectProperty("length", pLengthValue.get()); in DotAccessorCommon()
5759 int32_t iLength = pLengthValue->ToInteger(); in DotAccessorCommon()