Searched refs:pLengthValue (Results 1 – 1 of 1) sorted by relevance
5757 auto pLengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in DotAccessorCommon() local5758 argAccessor->GetObjectProperty("length", pLengthValue.get()); in DotAccessorCommon()5759 int32_t iLength = pLengthValue->ToInteger(); in DotAccessorCommon()