Searched refs:argIndexValue (Results 1 – 1 of 1) sorted by relevance
3031 FXJSE_HVALUE argIndexValue = args.GetValue(iArgIndex); in Choose() local3032 if (FXJSE_Value_IsArray(argIndexValue)) { in Choose()3034 FXJSE_Value_GetObjectProp(argIndexValue, "length", lengthValue); in Choose()3045 FXJSE_Value_GetObjectPropByIdx(argIndexValue, 1, propertyValue); in Choose()3047 argIndexValue, ((iLength - 1) - (iValueIndex - iIndex)), in Choose()3068 HValueToUTF8String(argIndexValue, bsChoosed); in Choose()3073 FXJSE_Value_Release(argIndexValue); in Choose()