Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp5246 auto pLengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in dot_accessor() local
5247 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() local
5365 argAccessor->GetObjectProperty("length", pLengthValue.get()); in dotdot_accessor()
5366 int32_t iLength = pLengthValue->ToInteger(); in dotdot_accessor()