Searched refs:pLengthValue (Results 1 – 1 of 1) sorted by relevance
5246 auto pLengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in dot_accessor() local5247 argAccessor->GetObjectProperty("length", pLengthValue.get()); in dot_accessor()5248 int32_t iLength = pLengthValue->ToInteger(); in dot_accessor()5364 auto pLengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in dotdot_accessor() local5365 argAccessor->GetObjectProperty("length", pLengthValue.get()); in dotdot_accessor()5366 int32_t iLength = pLengthValue->ToInteger(); in dotdot_accessor()