Searched refs:argIndexValue (Results 1 – 1 of 1) sorted by relevance
2667 std::unique_ptr<CFXJSE_Value> argIndexValue = args.GetValue(iArgIndex); in Choose() local2668 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()