Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp3023 std::unique_ptr<CFXJSE_Value> argIndexValue = args.GetValue(iArgIndex); in Choose() local
3024 if (argIndexValue->IsArray()) { in Choose()
3026 argIndexValue->GetObjectProperty("length", lengthValue.get()); in Choose()
3036 argIndexValue->GetObjectPropertyByIdx(1, propertyValue.get()); in Choose()
3037 argIndexValue->GetObjectPropertyByIdx( in Choose()
3052 ByteString bsChosen = ValueToUTF8String(argIndexValue.get()); in Choose()