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