Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp556 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Avg() local
557 argValue->GetObjectProperty("length", lengthValue.get()); in Avg()
558 int32_t iLength = lengthValue->ToInteger(); in Avg()
631 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Count() local
632 argValue->GetObjectProperty("length", lengthValue.get()); in Count()
634 int32_t iLength = lengthValue->ToInteger(); in Count()
705 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Max() local
706 argValue->GetObjectProperty("length", lengthValue.get()); in Max()
707 int32_t iLength = lengthValue->ToInteger(); in Max()
779 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate); in Min() local
[all …]