Searched refs:iArgIndex (Results 1 – 3 of 3) sorted by relevance
55 int32_t iArgIndex,
507 int32_t iArgIndex, in ValidateArgsForMsg() argument509 if (!pArguments || iArgIndex < 0) { in ValidateArgsForMsg()517 std::unique_ptr<CFXJSE_Value> pValueArg(pArguments->GetValue(iArgIndex)); in ValidateArgsForMsg()
2782 int32_t iArgIndex = 1; in Choose() local2785 while (!bFound && !bStopCounterFlags && (iArgIndex < argc)) { in Choose()2786 std::unique_ptr<CFXJSE_Value> argIndexValue = args.GetValue(iArgIndex); in Choose()2822 iArgIndex++; in Choose()