Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp2667 std::unique_ptr<CFXJSE_Value> argIndexValue = args.GetValue(iArgIndex); in Choose() local
2668 if (argIndexValue->IsArray()) { in Choose()
2670 argIndexValue->GetObjectProperty("length", lengthValue.get()); in Choose()
2680 argIndexValue->GetObjectPropertyByIdx(1, propertyValue.get()); in Choose()
2681 argIndexValue->GetObjectPropertyByIdx( in Choose()
2696 ByteString bsChosen = ValueToUTF8String(argIndexValue.get()); in Choose()